Zero-knowledge encryption
Your data is encrypted locally with SQLCipher AES-256. We can't read it — and neither can anyone else.
Kryptos is a personal vault for Android that keeps your passports, IDs, payment cards, and notes encrypted on your device. We never see your data — only you can.
Built on the standards trusted by
Passports, IDs, cards, API keys, notes, tax numbers — captured intelligently and stored under encryption only you can unlock.
Your data is encrypted locally with SQLCipher AES-256. We can't read it — and neither can anyone else.
Snap a passport or driver's license. Google ML Kit OCR extracts the fields automatically with locale-aware parsing.
Read electronic passports (ePassport) and EMV payment cards directly via NFC — no cloud round-trip.
Each document gets a high-fidelity, dedicated card UI — passports, licenses, credit cards, and more.
Auto-backup to a hidden, private folder in your Google Drive. Pro adds a visible "KryptosBackups" folder.
Get notified before passports, cards, or licenses expire — powered by WorkManager, scheduled offline.
Lock your vault behind Android Biometrics — Fingerprint or Face Unlock — backed by hardware keystore.
Multiple Google accounts, fully isolated — each with its own encrypted database on the same device.
Kryptos is built around a simple promise: your secrets stay on your device, encrypted with a key only you control.
db = SQLCipher.open( path: "vault.db", key: Keystore.derive(user, biometric) ) // We never see your key. We never see your rows. backup = encrypt(db) → drive.upload()
Pay once. Yours forever. No recurring fees.
No. All data is encrypted locally on your device with a key derived from your biometric and stored in the Android Keystore. We have no servers that hold your plaintext data.
Kryptos encrypts your entire vault into an opaque blob and uploads it to your Google Drive — either to the hidden AppData folder (free) or to a visible "KryptosBackups" folder (Pro). Google Drive only sees encrypted bytes.
Sign in with the same Google account on a new device, restore from Drive, and re-authenticate with biometrics. Your vault is back — without anyone in between ever decrypting it.
Modern electronic passports (ICAO 9303 ePassports via JMRTD) and contactless EMV payment cards. NFC reading depends on the chip — not every card exposes the same data.
Yes. We use industry-standard primitives (SQLCipher AES-256, Android Keystore, Android Biometric) rather than rolling our own crypto.
Available on Android. Free download — Pro features optional.