Releases: paragonie/ciphersweet-js
Releases · paragonie/ciphersweet-js
Version 2.0.6
- Fixed
BoringCrypto
, which was previously not interoperable with the PHP implementation. - See paragonie/ciphersweet#68
Version 2.0.4
- Fixes #20
Version 2.0.3
- Fixes #21
Version 2.0.2
- Fixes a regression (reported by @cj) in the CipherSweet constructor.
Version 2.0.1
- Identical code to v2.0.0, but less garbage files (i.e. from tests) in the tarball.
Version 2.0.0
- Backwards Compatibility breaks
- Introduce a variant of
ModernCrypto
calledBoringCrypto
which uses BLAKE2b-MAC instead of Poly1305.BoringCrypto
andFIPSCrypto
are both suitable for use in multi-tenant data storage situations.
- Added support for key providers that make multi-tenant setups possible.
- See https://ciphersweet.paragonie.com for updated documentation.
Version 1.4.0
- Merged #11
Version 1.3.0
- #9 - Added TypeScript definitions (#10, thanks @thekevinbrown)
Version 1.2.2
Fixes #8 (fix provided in #7; thanks @thekevinbrown!)
Version 1.2.0
Fixes #6