/crypt

A command line utility for encrypting and decrypting files

Primary LanguageGoMIT LicenseMIT

Crypt

A command line utility for encrypting and decrypting files


Example

Encoding

crypt -encode < file > encrypted-file

Decoding

crypt -decode < encrypted-file > file

Help

Run the following command for help.

crypt -help