cargo-cryptile

cargo-cryptile is a CLI tool for encrypting and decrypting files with a password.

The file are encrypted using AES256 secure encryption with almost zero overhead.

You can securely save your encryption passwords using set command to quickly encrypt and decrypt files using them.

Install

cargo install cargo-cryptile

Using Cryptile

Just run cargo cryptile --help for a list of available commands and options.

Examples

More Features To Be Added...