Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 172 Bytes

File metadata and controls

8 lines (8 loc) · 172 Bytes

symcrypt

Usage

usage: symcrypt <file_to_encrypt> [<key_file>]
example:
    symcrypt file.txt file.key > file.crypt
    symcrypt file.crypt file.key > file.txt