Complete Feature Documentation

Everything OBANO can do. Six core security systems, one unified vault. Each feature was designed for operators who refuse to compromise on privacy or control.

Download Now Back to Home
CORE SYSTEMS

The six security layers

AES-256-GCM Encryption [SECURITY]

All account information, usernames, and passwords are encrypted with AES-256-GCM using Web Crypto API primitives, directly on your local device. No plaintext ever touches a cloud server. Even with physical access to the vault file, an attacker only finds ciphertext.

AlgorithmAES-256-GCM (Web Crypto)
Key DerivationPBKDF2-SHA256, 310,000 iterations
Salt128-bit master salt + unique 96-bit IV per record
Cloud ExposureZero
ENCRYPTED AT REST

5-Strike Lockdown [BREACH]

The strike counter persists across restarts. Incorrect master passwords raise a dynamic threat counter — at 3 strikes the interface shifts to red threat state, at 5 the circuit breaker engages: hard lockout, input disabled for 60 seconds, red pulsing shell. Unlock requires the correct master verification credential.

Threshold5 consecutive failures
Lockout60s hard lock, input disabled
PersistStrikes + lockout survive restart
CIRCUIT BREAKER

Smart Search [INDEX]

The search engine indexes both the platform name (TikTok, Google, GitHub...) and the username simultaneously. Every keystroke streams matching records instantly with zero latency.

MULTI-PARAMETER INDEX

Clipboard Auto-Wipe [WATCHDOG]

Copied credentials are automatically purged from the system clipboard after 30 seconds. A background watchdog timer mitigates memory-sniffing and clipboard-leeching attacks.

30s AUTO-WIPE

Security Audit [SCANNER]

The local audit scanner analyzes every record for vulnerabilities: passwords shorter than 12 characters, and passwords reused across multiple accounts. Findings are reported with severity and a live red warning state.

WEAK + DUPLICATE DETECTION

High-Entropy Generator [GENERATOR]

CSPRNG-backed token generator (crypto.getRandomValues). Length 8–64 characters, togglable A-Z / a-z / 0-9 / symbols, guaranteed at least one character of every selected set, and insertable directly into the entry form.

CRYPTO-SECURE RNG
SYSTEM NAVIGATION

Vertical sidebar. Total control.

The vertical system sidebar keeps every critical OBANO function one keystroke away (Ctrl+1 through Ctrl+4). Designed after professional IDE sidebars — fast, minimal, and always visible. A live status LED reflects system integrity in real time: blue breathing when secure, red pulsing under threat.

github.com
dev@obano.io
STRONG
aws.amazon.com
obano_admin
STRONG
cloudflare.com
security@obano.io
MAX
142 recordsStrikes: 0/5Last sync: localVAULT UNLOCKED
COMMAND REFERENCE

Terminal directives

CommandCategoryArgsDescriptionOutput
helpSYSTEMDisplay all available system commands and their usage syntax.Lists all directives with arguments
scanVAULTRun a vulnerability check on all local vault records.Weakness count + reused passwords
searchVAULT<query>Instantly query the vault database by platform name or username.Matching records: platform + username
generateGENERATOR[length]Create a secure cryptographic token (8–64 chars) using a CSPRNG.Token string, auto-copied (30s wipe)
statusSYSTEMCheck AES-256-GCM status, IndexedDB storage size, and strike counter.Full system status report
clearSYSTEMPurge the terminal buffer.Buffer cleared
lockSYSTEMImmediately seal the vault. Wipes in-memory keys and clipboard.VAULT LOCKED — session cleared