nomad-software / crypt

A command line utility for encrypting and decrypting files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A command line utility for encrypting and decrypting files

License:MIT License


Languages

Language:Go 100.0%