|
|
|
|
|
by byteshock
1512 days ago
|
|
If I need to encrypt a file for quick sharing, I’ll use gpg.
Encrypt: gpg -c file.zip Decrypt: gpg file.zip.gpg However, for my personal files on my computer, I use a Veracrypt container with a strong password and custom pin. |
|