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)