Usage
Command Line Syntax
Encryption
$ crypto <options> [file path] <file path 2...>
$ crypto <options> [directory path] <directory path 2...>
Decryption
$ decrypto <options> [file path] <file path 2...>
$ decrypto <options> [directory path] <directory path 2...>
crypto Options
--armor | -a | encrypt in a portable ASCII armored format |
--hash | generate SHA256 hash digest for encrypted file(s) |
--space | favor reduced file size over encryption speed |
--speed | favor encryption speed over reduced file size |
--tar | pack directory of files to tar archive, then encrypt |
decrypto Options
--nountar | do not unpack decrypted tar archives |
--overwrite|-o | overwrite an existing file with a decrypted file |
--stdout | -s | print decrypted text to the standard output stream |
Utility Options
--help | -h | view help documentation |
--usage | view usage documentation |
--version | -v | view installed version number |