Skip to content

Releases: joshua-mo-143/chamber

v0.2.0 Release

30 Dec 20:02
99df929
Compare
Choose a tag to compare

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)

v0.1.1

25 Dec 15:52
Compare
Choose a tag to compare

v0.1.1 has been released! 🚀

Bug fixes
Fixed an error that happened as a side-effect of moving AuthBody from the server crate to the core crate, causing some issues.

v0.1.0

25 Dec 15:14
Compare
Choose a tag to compare

v0.1.0 has arrived! 🚀

Looks like the CLI and server are finally in a usable state.