Encrypt and decrypt files and text.
shell
cargo install nutek-cipher
```shell Usage: nutek-cipher [OPTIONS]
Options: -e, --encrypt encrypt -d, --decrypt decrypt -i, --input set input file -o, --output
This program uses AES CBC cipher with 32 bit key. 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.