README ¶ 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 install github.com/cions/goenc@latest Algorithm XChaCha20-Poly1305 with Argon2id for key-derivation License MIT Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go options.go Directories ¶ Show internal Expand all Path Synopsis prompt Click to show internal directories. Click to hide internal directories.