Changelog
[1.0.4] - 2024-03-25
This version focuses on replacing secure-ls which uses crypto-js <4.2.0 PBKDF2 (1.3M times weaker than current standard).
- secure-ls is replaced by native Web Crypto API which is built-in Javscript module.
- updated devDependencies to latest versions.
- library is now built as ES module only to support top-level await.
[1.0.3] - 2023-11-14
- useLsState React hook for encrypted-reactive local storage.
- secure-ls used for encryption.
- First Release.