Usage Examples
Encrypting and Decrypting Files
Below are some common commands for encrypting and decrypting files using Volaris.
- To just encrypt a file:
- To just decrypt a file:
- To just erase a file:
- To encrypt a file using AES-256-GCM (note: you do not need to specify
--aes
when decrypting): - To encrypt a file and show the hash of the encrypted file for verification later on:
- To decrypt a file and show the hash of the encrypted file (to compare with the hash generated above):
- To encrypt a file and erase the original file:
- To use a keyfile for encryption:
- To encrypt all .mp4 files in a directory (using find): Remove
-maxdepth 1
to make this run recursively - To decrypt all .mp4.enc files in a directory and remove the .enc suffix: