avahowell / enc

simple command-line symmetric encryption tool with support for arbitrarily large files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enc

A simple command-line encryption tool, built using Argon2id, XChaCha20/Poly1305, and BLAKE2B. Supports arbitrarily large files.

Usage

enc -o encrypted input enc -o decrypted -d input cmp decrypted input

LICENSE

Apache License

About

simple command-line symmetric encryption tool with support for arbitrarily large files

License:Apache License 2.0


Languages

Language:Go 100.0%