To encrypt and decrypt data stored in the local storage using AES
encryptor-e2e
is a lightweight Node.js library that provides end-to-end encrypted messaging using a hybrid cryptographic approach — combining RSA for key exchange and AES for message encryption. It simplifies the process of securely sending
More to Store
is a lightweight and fast utility to interact with localStorage
, providing optional encryption, automatic expiration, and seamless data management. Perfect for modern web applications that require secure, persistent, and optimized storag
A lightweight library for securing localStorage and sessionStorage with AES encryption, ensuring sensitive data is protected and accessible only to authorized users.