Encrypt Storage

JSON →
library 1.0.16 ·javascript
verified Jun 7, 2026

Encrypt Storage is a lightweight library for encrypting client-side storage (localStorage and sessionStorage) using AES symmetric encryption. Version 1.0.16 is the most recent stable release, with slow release cadence. It simplifies securing sensitive data in the browser with a minimal API. Compared to alternatives like crypto-js or browser-native crypto, it provides a dedicated high-level interface for storage encryption with TypeScript support. It is actively maintained.