Lockroot

Verified safeOpen sourceExclusive
No reviews reviews
23
downloads
8.0
android

AI summary

Offline password manager with zero Android permissions. Stores credentials in a local vault encrypted with Argon2id and XChaCha20-Poly1305. No accounts, sync, ads, analytics, or telemetry. Includes password generator, auto-lock, clipboard clearing, and encrypted backup export/import.

Generated by AI. May contain inaccuracies.

Screenshots

About this app

Lockroot is an offline password manager for Android, iOS, and Windows. It keeps a single encrypted vault on the device and does not need accounts, sync servers, analytics, ads, or telemetry.

No account. No sync. No ads. No analytics. No telemetry. No recovery backdoor.

The tradeoff is simple: if the master password is strong and remembered, the vault can be unlocked. If the master password is lost, the vault is gone.

What It Does

- Creates an encrypted local vault. - Unlocks the vault with a master password. - Stores titles, websites, usernames, passwords, notes, and tags inside ciphertext. - Adds, edits, deletes, reveals, copies, and searches entries locally. - Generates passwords with configurable length and character groups. - Clears app-copied clipboard values automatically. - Locks when the app goes to the background. - Exports encrypted backups with a separate export password. - Imports encrypted backups with preview, merge, or replace. - Requires Terms and Privacy acceptance before first vault creation.

Android also locks after inactivity and blocks screenshots/normal screen recordings with FLAG_SECURE.

Security Design

Lockroot never uses the password directly as an encryption key.

Master password -> Argon2id -> 256-bit vault key -> XChaCha20-Poly1305 -> encrypted local vault

Encrypted exports use a separate password and key:

Export password -> Argon2id with a new salt -> export key -> encrypted export file

Wrong passwords, modified vault files, and modified export files fail authentication. The app does not silently decrypt garbage.

Crypto

- KDF: Argon2id - Android KDF implementation: Bouncy Castle - iOS KDF implementation: Argon2Swift - Windows KDF implementation: Bouncy Castle - Cipher: XChaCha20-Poly1305 - Android cipher implementation: LazySodium / libsodium - iOS cipher implementation: Swift-Sodium / libsodium - Windows cipher implementation: AES-256-GCM via Bouncy Castle - Vault metadata is authenticated as associated data. - Each vault/export gets a random salt. - Each encryption gets a fresh random nonce. - The master password is never stored. - The raw derived key is never written to disk. - Legacy AES-256-GCM vaults can still be read and re-saved into the current format.

Android Permissions

Lockroot currently declares zero Android permissions.

It does not request:

- Internet - Camera - Contacts - Location - Microphone - Notifications - Broad storage access

Import and export use Android's system document picker, so broad storage permission is not needed.

No Recovery

There is no forgot-password flow.

There is no recovery key.

There is no server-side backup.

If the master password is lost, Lockroot cannot decrypt the vault. Keep an encrypted export somewhere safe if the data matters.

Limits

Lockroot protects vault data at rest. It cannot fully protect secrets if the device itself is compromised.

Real risks include:

- rooted or compromised devices - malicious keyboards - malicious accessibility services - fake or modified APKs - someone watching the master password being typed - someone recording the screen with another camera

Use a trusted build, keep the device clean, and use a strong master password.

License

Lockroot is licensed under the GNU Affero General Public License v3.0 or later.

About this version

Version
1.1.1 (3)
Size
4.08 MB
Requires Android
8.0
Target SDK
26
Architecture
mips64, x86, x86_64, arm64-v8a, armeabi-v7a, armeabi, mips
Downloads
23
Updated
May 20, 2026
Package
com.regaan.lockroot

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app