Vault is a notes app that encrypts every note with AES-256 inside the browser, before it ever touches storage. No account, no server, no sync, so there's nothing to breach.
Every step happens on your phone. There's no round trip to a server at any point in this chain.
| Encryption | AES-256-GCM |
| Key derivation | PBKDF2, unique salt per vault |
| Storage | On-device local storage only, nothing leaves the phone |
| Network permission | None requested, none granted |
| Screenshot protection | FLAG_SECURE (blocks screenshots and screen recording) |
| Minimum Android version | 8.0 (API 26) |
| Requirements | Standard Android WebView, nothing else |