Encrypt and decrypt files and text.
shell
cargo install nutek-cipher
or download binary for your OS type from GitHub release page
```shell Usage: nutek-cipher [OPTIONS]
Options: -e, --encrypt encrypt -d, --decrypt decrypt -i, --input set input file -o, --output
for example:
shell
echo hahaha | nutek-cipher --stdout -e
This program uses AES-GCM-SIV cipher with 32 bytes key and 12 bytes nonce. It's enough for home use.
Probably my vocabulary is wrong, but I want to supply a working copy of encryption/decryption tool;
I'm opened to pull requests correcting my mistakes, although for now there is nothing wrong with the program itself.