https://github.com/mqxym/secure-local-storage
Secure arbitrary objects in localStorage using AES-GCM envelope encryption with device-bound KEK (IndexedDB) or Argon2id-derived KEK (master password).
https://github.com/mqxym/secure-local-storage
aes-gmc-256 argon2id device-key envelope-encryption localstorage
Last synced: 3 months ago
JSON representation
Secure arbitrary objects in localStorage using AES-GCM envelope encryption with device-bound KEK (IndexedDB) or Argon2id-derived KEK (master password).
- Host: GitHub
- URL: https://github.com/mqxym/secure-local-storage
- Owner: mqxym
- License: mit
- Created: 2025-09-21T09:34:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-13T13:44:16.000Z (6 months ago)
- Last Synced: 2025-12-15T05:17:53.882Z (6 months ago)
- Topics: aes-gmc-256, argon2id, device-key, envelope-encryption, localstorage
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@mqxym/secure-local-storage
- Size: 292 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE