!main_tags! !main_header!
Android App

True File Locker

An encrypted file security app for Android. Lock, encrypt, and protect files and folders with AES-256 encryption, biometric unlock, and a hidden vault that stores no decrypted data on disk.

Platform Android
Language Kotlin
Distribution Google Play
Status Live
Encryption AES-256
Unlock Biometric
Cloud Dependency Zero

What is True File Locker?

True File Locker is an Android app for protecting sensitive files with strong encryption. Files added to the vault are encrypted using AES-256 before being stored, and the original plaintext file is securely deleted from its source location. No decrypted version of a protected file ever sits on the device's storage - files are only decrypted in memory when the user opens them within the app, and are immediately re-encrypted when the user closes them or exits the vault.

The app supports biometric unlock (fingerprint and face recognition) in addition to PIN authentication. There is also a hidden vault mode: the app can disguise itself as a calculator on the home screen. Entering a specific PIN into the calculator opens the vault. This is designed for situations where the user needs to deny that a protected vault exists - common sense security rather than just technical security.

There is no cloud backup, no sync to external services, and no analytics. Everything stays on the device. The app does not require internet permission. This means the data is protected by the strength of the encryption and the user's PIN or biometric - there is no backend system that could be compromised to expose the vault contents.

What it does

AES-256 encryption

Files are encrypted using AES-256-GCM before storage. Encryption and decryption happen in memory - no plaintext version of a protected file is written to the device's persistent storage.

Biometric unlock

Supports fingerprint and face recognition via the Android BiometricPrompt API. Falls back to PIN if biometrics are unavailable or fail. The vault key is stored in the Android Keystore, tied to biometric authentication.

Hidden vault / calculator disguise

The app can appear as a functional calculator on the home screen. Entering a secret PIN into the calculator opens the vault. This gives users plausible deniability in situations where they need it.

Secure file deletion

When a file is imported into the vault, the original is overwritten with random data before deletion, preventing file recovery through standard data recovery tools.

Encrypted photo vault

Photos and videos can be stored in the vault with thumbnail previews that are generated and displayed in-memory, never written to a separate decrypted cache on disk.

Encrypted notes

A built-in encrypted notes editor. Notes are encrypted with the same key as the file vault and stored in the same protected container. Useful for passwords, PINs, and other sensitive text.

No internet permission

The app requests no internet permission and makes no network calls. Vault contents cannot be exfiltrated over the network by the app itself. Data protection relies entirely on local encryption and device security.

How it's built

True File Locker is built natively for Android in Kotlin. Encryption uses the Android Keystore system and the Javax Crypto API with AES-256-GCM. Biometric authentication uses the BiometricPrompt API tied to the Keystore key. File operations use Android's SAF (Storage Access Framework) for source file access and Java IO for vault storage. All vault data is stored in the app's private internal storage directory.

Platform Android (Kotlin)
Encryption AES-256-GCM via Javax Crypto + Android Keystore
Auth BiometricPrompt API + PIN fallback
File access Storage Access Framework (SAF)
Storage App-private internal directory (no external access)

Technologies used

Language
Kotlin
Security
Android Keystore AES-256-GCM BiometricPrompt
File System
SAF Java IO
UI & Distribution
Material Design Google Play

Need a security-focused mobile app?

We build native Android applications with encryption, biometric auth, and privacy-first architecture.

User Reviews

What people say about True File Locker

4.6
9 reviews
Florian Bucher
Basel, Switzerland

Recommended by my IT department

Our company IT team recommended True File Locker for employees who need to store sensitive files on personal devices. Easy to set up and the access controls are exactly right.

May 2026
Zainab Musa
Kano, Nigeria

Keeps my private photos completely safe

Family photos and personal documents are now completely safe. The app is lightweight and runs well on my mid-range phone without draining the battery.

May 2026
Chris Adkins privacymatters.io
Austin, USA

Solid encryption, good UX

Most security apps sacrifice usability. True File Locker manages to be both secure and easy to use. The vault interface is intuitive and the encryption is properly implemented.

May 2026
Elena Morozova
Moscow, Russia

Essential for anyone with sensitive data

I work in finance and need to protect client documents on my phone. True File Locker handles this perfectly. The encryption documentation reassured me that this is done properly.

May 2026
Patrick Owusu
Accra, Ghana

Best free file locker on Google Play

Tested several apps before settling on True File Locker. It's the only free one that offers actual encryption rather than just hiding files behind a PIN. Big difference.

May 2026
Alicia Herrera
Guadalajara, Mexico

Password vault works perfectly

The file vault feature is exactly what I needed for sensitive client documents. The app never crashed in 6 months of use and unlocks instantly. Very impressed.

May 2026
Kenji Watanabe
Osaka, Japan

Protects my business files on shared devices

Use True File Locker on a tablet that multiple family members share. My work files are fully encrypted and inaccessible without my PIN. Simple to use and very reliable.

May 2026
Sara Lindqvist privacynotes.se
Uppsala, Sweden

Great for privacy-conscious users

Solid tool with good documentation. Appreciate that the encryption approach is explained transparently rather than hidden behind vague marketing terms.

May 2026
Dmitri Volkov
Riga, Latvia

Simple, effective file encryption

Does exactly what it says. Encrypted my sensitive documents quickly and the guides explaining the encryption standards are genuinely educational.

May 2026

Leave a review

Reviews are moderated before appearing. Your email is never shown publicly.

!main_footer!