OBANO is a local-first password manager. Your vault — every platform name, username, password, and note — is encrypted with AES-256-GCM and stored in your device's local IndexedDB storage. The master key is derived from your master password and held in memory for the duration of an unlocked session only. It is never written to disk and never transmitted.
Vault data lives in your browser's IndexedDB inside the OBANO application profile (e.g. %APPDATA%\obano on Windows). Deleting the application or its profile removes your vault entries. Keep a backup of your master password — OBANO cannot recover it, by design.
Security events — failed unlock attempts, clipboard wipes, audit scans — are processed locally by the watchdog system. The 5-strike circuit breaker persists across restarts to defend against brute-force attempts.
Questions about this policy can be directed to the OBANO project maintainers.