nutek-cipher

Encrypt and decrypt files and text.

setup

shell cargo install nutek-cipher

or download binary for your OS type from GitHub release page

GitHub Releases Page

usage

```shell Usage: nutek-cipher [OPTIONS]

Options: -e, --encrypt encrypt -d, --decrypt decrypt -i, --input set input file -o, --output set output file --key-file key from file --nonce-file nonce from file --stdout print results to stdout -h, --help print help -V, --version print version ```

for example:

shell echo hahaha | nutek-cipher --stdout -e

cipher in use

This program uses AES-GCM-SIV cipher with 32 bytes key and 12 bytes nonce. It's enough for home use.

roadmap

crypto gurus

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. And after no input from community I will assume that everything is fine.

license

Read LICENSE file for more information (contact me for commercial license).