Skip to content

Releases: vtno/zypher

0.2.0

18 May 19:28
Compare
Choose a tag to compare

Add keygen utility command to automatically generate AES-256 key as zypher.key. Also include a small log cleanup.

Full Changelog: 0.1.0...0.2.0

0.1.0

18 May 18:52
Compare
Choose a tag to compare

Support reading key from a file. Default to zypher.key in the current directory. Allow override with --key-file or -kf flag.

Full Changelog: 0.0.1...0.1.0

0.0.1

18 May 18:50
Compare
Choose a tag to compare

First public release of the CLI.

  • Working encrypt command
  • Working decrypt command
  • ENV based key with ZYPHER_KEY

Full Changelog: https://github.com/vtno/zypher/commits/0.0.1