Skip to content

v0.2.0 Release

Latest
Compare
Choose a tag to compare
@joshua-mo-143 joshua-mo-143 released this 30 Dec 20:02
· 2 commits to main since this release
99df929

Chamber v0.2.0 has been released!

Major changes:

  • Stopped using Clone for most of the decryption and encryption related structs, because accidentally duplicating a nonce is bad.
  • Changed encryption to ring based encryption
  • Included support for shuttle-persist in the Shuttle binary.
  • Passwords now are hashed with Argon2id OWASP-friendly defaults
  • Re-architected the core crate so now multiple backends can be added
  • Basic key rotation (you can use the upload command in the CLI)