secure-storify
**SecureStorify** is a library designed to enhance the security of web applications by providing encrypted browser storage functionality. It secures data in localStorage, sessionStorage, IndexedDB, and cache storage using the RSA (Rivest–Shamir–Adleman) e
secured-storage-web
A package for securing storage of web applications via encryption for localStorage, sessionStorage, cookies, and IndexedDB. It is customizable and easy to use, similar to default operations.
secret-local-storage
A wrapper around 'localStorage/sessionStorage' to provide storage encryption with libsodium
@akiltech/secure-storage
If you are used to working with `localstorage` and `sessionstorage` in your browser and you are tired of exposing some sensitive information. This module is made for you.