Browser Storage Is Not Encrypted. RxDB Is.
IndexedDB and localStorage keep everything in plaintext, readable by anyone with access to the device. RxDB encrypts sensitive fields with AES before they are written, so stored data stays protected.
- Encrypts data before it hits disk
- Password-based AES encryption
- Protects data on shared devices
- Free and open source












