Mount, browse, and manage encrypted containers and vaults on Android — no PC required.
VaultExplorer opens VeraCrypt, LUKS, BitLocker, VHD/VHDX, Cryptomator, gocryptfs, and CryFS volumes directly on your device. A native C++ engine decrypts and re-encrypts everything in memory — no unencrypted temp files are ever written to disk, and the app has no internet permission at all.
| Format | Details |
|---|---|
| VeraCrypt | Standard & hidden volumes, custom PIM, keyfiles, every cipher/cascade (AES, Serpent, Twofish, Camellia, Kuznyechik), in-place password change |
| LUKS1 / LUKS2 | xts-plain64, PBKDF2 or Argon2id/i, passphrase or keyfile |
| BitLocker | Password or 48-digit recovery key, including BitLocker To Go |
| VHD / VHDX | Fixed-size and dynamically expanding images that can hold a VeraCrypt, LUKS, or BitLocker volume |
| Cryptomator | Vault formats 7 & 8 |
| gocryptfs | AES-256-GCM or XChaCha20-Poly1305 |
| CryFS | Format 0.10+, AES or XChaCha20-Poly1305 |
Filesystems read/written inside containers: FAT12/16/32, exFAT, NTFS, and ext2/3/4.
- File explorer — list, grid, and masonry views, breadcrumbs, search, instant folder sizes
- Built-in viewers — photos, video/audio (subtitles, speed control), PDF (with search), HTML, and a text/code editor, plus ZIP browsing — all streamed straight from the encrypted volume
- Vault camera — shoot photos and video directly into a container
- Item vault — passwords, cards, bank accounts, notes, identities, and licenses stored as encrypted entries, like a password manager built into the container
- Cloud access — open containers straight from Google Drive or pCloud, or from any compatible bridge app (e.g. Round-Sync) for WebDAV, S3, Dropbox, and more — the app itself never touches the network
- Open in other apps — expose an unlocked container, or just one subfolder, so other apps can open and save files in it directly
- USB OTG — read and write USB drives without root
- Create & format new volumes on device storage or a USB drive
- Up to 8 volumes mounted at once
- Keyfile & Passphrase Generator — Diceware passphrases, custom passwords, high-entropy keyfiles
- Encrypt / Decrypt Files — protect individual files without a full container
- Hash Verifier — check large files against MD5/SHA checksums
- Vault Sync — compare two vaults, copy over what's missing or newer
- Storage Analyzer & Duplicate Finder — see what's using space and clear out byte-identical duplicates
- Split & Join — split a container into chunks, or rejoin them
- Check & Repair — diagnose header or filesystem issues
- No
INTERNETpermission — the app cannot make a network request, period - Nothing unencrypted ever touches disk; decryption and re-encryption happen only in memory
- Master lock via password, biometric, or pattern, with exponential lockout backoff that survives force-kills
- Optional hardware-backed key caching (Android Keystore, AES-256-GCM) for instant re-unlock
- Screenshots and task-switcher previews are blocked; clipboard is cleared automatically on focus
- Mask Mode — disguise the app as a working zip-archive browser; hold the title for 3 seconds to reach your real vault
Download the APK for your device's architecture (arm64, armeabi, or x64) from Releases. Requires Android 8.0 (API 26) or newer.
git clone https://github.com/R0b0To/VaultExplorer.git
cd VaultExplorer
flutter pub get
flutter build apk --releaseNeeds Flutter 3.12+, Android SDK 26+, the NDK, and CMake 3.18+. CMake fetches and compiles all native C++ dependencies automatically — see NOTICE.md for exact versions and licenses.
GPLv3 — see LICENSE.




