goenc
A simple file encryption tool
Usage
$ goenc [-d] [<input>] [<output>]
Password can be passed by the environment variable PASSWORD.
$ PASSWORD=<password> goenc <input> <output>
Installation
Download from GitHub Releases
Build from source
$ go get github.com/cions/goenc
Algorithm
XChaCha20-Poly1305 with Argon2id for key-derivation
License
MIT