boxx 0.1.8
boxx: ^0.1.8 copied to clipboard
Boxx is your ultimate key-value storage plugin with built-in encryption
0.1.8 #
- SECURITY: Fixed critical Fernet decryption vulnerability.
- SECURITY: Implemented random IV for AES encryption (breaking change for previously encrypted data).
- API: Added
initialize()method. Initialization is now explicit and async. - Code: Fixed static state issues for thread safety.
- Docs: Updated documentation and examples.
0.1.7 #
Enhanced error diagnostics with comprehensive stack trace capture.
0.1.6 #
Breaking changes to make package easier and simpler to use. Added unit tests.
0.1.5 #
Change web implimentation
0.1.4 #
Change web implimentation
0.1.3 #
Code Clean Up
0.1.2 #
Change initialisation to make it quicker and easier to impliment and consistent accros all platforms.
0.1.1 #
Clean up for web
0.1.0 #
Upgraded dependencies
0.0.9 #
Improve web implimentation
0.0.8 #
Add error handling to web implimentation
0.0.7 #
Tweak to make it easier to implement
0.0.6 #
Breaking changes to enable web support. Upgraded dependencies.
0.0.5 #
Fix enryption. Upgraded dependencies.
0.0.4 #
Added function to convert all AES keys to 256 bits internally. Upgraded dependencies.
0.0.3 #
Added example, upgraded dependencies and added sanitize key function
0.0.2 #
Tweak to make it easier to implement
0.0.1 #
Initial Release