Understanding Android File Encryption
Android has multiple layers of encryption. Understanding them helps you know what's already protected and what needs additional security.
Layer 1: Full-Disk Encryption (Automatic)
Every Android phone running Android 10+ has File-Based Encryption (FBE) enabled by default. This means:
- All files on your phone are encrypted when the device is locked
- If someone steals your phone and can't unlock it, they can't read your files
- This happens automatically — you don't need to do anything
- Protected by your lock screen (PIN, pattern, fingerprint, face)
What FBE protects against: Physical theft, forensic extraction without your PIN.
What FBE does NOT protect against: Anyone who can unlock your phone (knows your PIN, has your fingerprint), apps with storage permission, or someone borrowing your unlocked phone.
Layer 2: App-Level Encryption (Varies)
Some apps encrypt their own data:
- MEGA — end-to-end encrypted cloud storage (even MEGA can't read your files)
- Signal — encrypted message database
- Banking apps — encrypted local data
Most apps do NOT encrypt their data beyond Android's FBE. WhatsApp messages, photos, documents — all readable by any app with storage permission when the phone is unlocked.
Layer 3: File-Level Encryption (Manual)
For files that need protection beyond FBE — files you want encrypted even when the phone is unlocked:
- Password-protected ZIP archives (AnExplorer can create these)
- Encrypted containers (VeraCrypt, Cryptomator)
- Encrypted cloud storage (MEGA)
Method 1: Password-Protected ZIP Archives
The simplest way to encrypt specific files using AnExplorer:
- Select the files you want to protect
- Tap ⋮ → Compress
- Choose ZIP format
- Enable Password protection
- Enter a strong password (12+ characters, mix of letters/numbers/symbols)
- Tap Create
The resulting ZIP file is encrypted with AES-256 — the same encryption standard used by governments and military. Without the password, the contents are unreadable.
After creating the encrypted archive:
- Delete the original unprotected files (they're now safely inside the encrypted ZIP)
- Store the ZIP anywhere — internal storage, cloud, NAS, USB drive
- Share the ZIP via any method — only someone with the password can extract it
Sharing encrypted files:
- Create password-protected ZIP
- Share the ZIP via email, cloud link, or Device Connect
- Send the password via a DIFFERENT channel (e.g., ZIP via email, password via Signal)
- Never send the file and password through the same channel
Method 2: Secure Transfer via SFTP
When transferring sensitive files between devices, use SFTP instead of regular HTTP:
SFTP (SSH File Transfer Protocol):
- All data encrypted in transit (SSH encryption)
- Authentication via password or SSH key
- No one on your network can intercept the files
- Standard port 22
Setting up in AnExplorer:
- AnExplorer → Network → SFTP → tap +
- Enter server hostname, port 22, username, password (or key)
- Transfer files — everything is encrypted end-to-end
When to use SFTP vs Device Connect:
- Home WiFi (trusted): Device Connect is fine (faster, simpler)
- Office/shared WiFi: Use SFTP (encrypted, can't be intercepted)
- Public WiFi (coffee shop, airport): Always use SFTP or don't transfer sensitive files
Method 3: Encrypted Cloud Storage (MEGA)
MEGA provides end-to-end encryption — your files are encrypted before leaving your device, and only you hold the decryption key:
- AnExplorer → Cloud → MEGA → sign in (or create free account — 20 GB free)
- Upload sensitive files to MEGA
- Files are encrypted client-side before upload
- Even MEGA's servers can't read your files
- Access from any device with your MEGA credentials
MEGA vs other cloud services:
| Service | Encryption | Who can read your files? |
|---|---|---|
| MEGA | End-to-end (client-side) | Only you |
| Google Drive | Server-side | Google + you |
| Dropbox | Server-side | Dropbox + you |
| OneDrive | Server-side | Microsoft + you |
For truly sensitive files (financial documents, medical records, legal files), MEGA is the most secure cloud option AnExplorer supports.
Method 4: Hidden + Encrypted (Maximum Protection)
Combine hiding and encryption for maximum security:
- Create a password-protected ZIP of your sensitive files
- Rename the ZIP with a dot prefix:
.system_backup.zip(hidden) - Move to a non-obvious location:
Android/.system_cache/(looks like system folder) - Disable "Show hidden files" in AnExplorer
Now the file is:
- Encrypted (password-protected ZIP, AES-256)
- Hidden (dot-prefix, invisible in most file managers)
- Disguised (looks like a system file in a system folder)
- Protected by FBE (encrypted at rest when phone is locked)
Four layers of protection. Even if someone unlocks your phone, finds the hidden file, and tries to open it — they still need the ZIP password.
What NOT to Do
Don't rely on hiding alone: Dot-prefix hiding is privacy, not security. Anyone with AnExplorer (show hidden files enabled) can find hidden files.
Don't use weak passwords: "1234" or "password" defeats the purpose. Use 12+ characters with mixed case, numbers, and symbols.
Don't store passwords in plain text: Don't keep a file called "passwords.txt" next to your encrypted archives.
Don't send file and password together: If you email an encrypted ZIP, send the password via a different channel (text message, phone call, Signal).
Don't forget your password: There's no recovery for AES-256 encrypted ZIPs. If you forget the password, the files are permanently inaccessible. Use a password manager.
Security Levels — Choose What Fits
| Threat level | Protection needed | Method |
|---|---|---|
| Casual privacy (family, friends) | Hide from view | Dot-prefix hiding |
| Moderate security (work files) | Encrypt specific files | Password-protected ZIP |
| High security (financial, medical) | Encrypt + secure transfer | Encrypted ZIP + SFTP + MEGA |
| Maximum security (legal, confidential) | All layers | Hidden + encrypted + MEGA + SFTP |
Most users need moderate security for a few sensitive files. The password-protected ZIP method in AnExplorer covers this well without additional apps.
Related Guides
- Hide Files on Android — privacy through hiding (not encryption)
- SMB File Manager — NAS access (not encrypted by default)
- Cloud Storage — all 7 services (MEGA for encrypted storage)
- Transfer Android to PC — transfer methods compared
