Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 348 Bytes

Encrypt

command line application to encrypt any file

Arguments

-f --file to encrypt, required
-k --key key to use for encryption, required
-e --encrypt encrypt the file, optional
-d --decrypt decrypt the file, optional
-s --sneaky do not append .enc to filename

Notes

encrypt or decrypt must be specified