1.0.2 • Published 5 months ago
lock-storage v1.0.2
🔒 Lock Storage
A secure wrapper for localStorage
using AES encryption. Lock Storage encrypts your data before storing it, ensuring an extra layer of security.
✨ Features
- 🔑 AES Encryption with
crypto-js
- 📦 Easy-to-use API
- 🔐 User-defined secret key for security
- 🏆 Lightweight & Fast
📦 Installation
Install via NPM:
npm install lock-storage