Security
Are Photo Vault Apps Actually Safe? What the Research Shows
Most photo vault apps just hide your photos behind a PIN. Security researchers have shown how little that actually protects.
If you have searched the App Store for a way to lock down private photos, you have seen the promises: “secret folder,” “bank-level security,” “military-grade encryption.” The apps look reassuring. The padlock icon, the PIN screen, the calm marketing copy. The question worth asking is whether any of that protects your photos, or just makes you feel like it does.
The honest answer is that it depends entirely on the app, and that many popular vault apps protect far less than people assume. This is not a guess. Security researchers have taken these apps apart and published what they found.
How most photo vault apps actually work
There are two very different things an app can do when you “lock” a photo:
- Hide it. The app moves the file somewhere out of the way, renames it, or removes it from the system photo library so it does not show up in the Photos app. The file itself is unchanged. Anyone who finds it can open it.
- Encrypt it. The app scrambles the file’s contents with a cryptographic key so that without that key, the file is meaningless noise. Even if someone copies it off your phone, they get nothing readable.
A surprising number of vault apps only do the first one. Hiding feels like security because the photo disappears from view. But hiding is a privacy curtain, not a lock. If the underlying file is still sitting in plaintext on the device, the “vault” is closer to a folder with a sign on the door that says “please do not look.”
This matters most in the exact situations people download a vault app for: a lost or stolen phone, a shared device, a relationship that has gone wrong, a border crossing, or anyone with a few minutes of physical access.
What the research found
This is not theoretical. Two well-known investigations are worth reading in full.
IOActive, a respected security firm, tested popular iOS photo vault apps and was able to break into them in under 30 minutes on average. Their findings included photos stored without any encryption and login credentials saved in plaintext. In other words, the PIN screen was a formality. The data behind it was wide open.
Forensic researcher Jonathan Zdziarski published a teardown bluntly titled “Private Photo Vault: Not So Private.” He examined one of the more popular vault apps and found no real encryption protecting the photos at all. The lock screen suggested security that the storage layer simply did not provide.
The takeaway is not that every vault app is fraudulent. It is that the marketing word “secure” carries no guarantee, and that several widely downloaded apps have failed independent scrutiny. The padlock icon is not evidence.
How to tell real encryption from a hidden folder
You cannot reverse-engineer an app yourself, but you can ask the right questions and read the right details. Here is what genuine protection looks like versus theater.
| Signal | Real encryption | Just hiding |
|---|---|---|
| What happens to the file | Contents are scrambled with a key | File is moved or renamed, contents unchanged |
| Encryption named | Specific algorithm, e.g. AES-256-GCM | Vague terms like “secure” or “protected” |
| Where the key lives | Derived from your PIN/passphrase, not stored in plaintext | Often a PIN compared in code, no key at all |
| Server involvement | None, or end-to-end encrypted | Uploads to a cloud you cannot inspect |
| Thumbnails and metadata | Encrypted too | Often left readable as previews |
| If subscription lapses | Your imported files stay accessible | Sometimes locked behind a paywall |
A few specific things to look for:
- A named algorithm. Real apps will tell you they use AES-256 (a widely trusted encryption standard). “Military-grade” alone means nothing without that detail.
- Where the key comes from. The strongest setups derive the encryption key from your PIN or passphrase using a slow, deliberate function (for example Argon2id), so the key is never just sitting on disk for someone to grab.
- What else is encrypted. Thumbnails and metadata leak more than people expect. A vault that encrypts full images but leaves readable thumbnails or location data behind is only partly protecting you.
- Whether anything leaves the device. If photos sync to a server, you are trusting that company’s infrastructure, staff, and breach history, not just the app on your phone.
What “zero-knowledge” actually means
You will see “zero-knowledge” used loosely, so it is worth being precise. Zero-knowledge means the company that makes the app cannot read your data, even if it wanted to or were compelled to. There is no key on their side to hand over, because there is no server holding your files and no master key they control.
For a photo vault, the cleanest version of this is local-only: nothing ever leaves your phone. The encryption and decryption happen entirely on the device, using a key derived from a PIN that only you know. There is no account to breach, no cloud bucket to misconfigure, no support engineer who can peek.
This is the model Arca uses. It has no account and no server. Photos are encrypted on the device with AES-256-GCM, the key is derived from your PIN using Argon2id, and Face ID or Touch ID unlock is backed by the Secure Enclave (the dedicated security chip on iPhones). Thumbnails and metadata are encrypted too, and video is decrypted in a stream so plaintext frames never get written to disk. You can read the specifics on the security page. The point of mentioning it here is not to sell you, it is to show what the checklist above looks like when an app actually meets it.
A quick checklist before you trust a vault app
Run through this before importing a single photo:
- Does it name a real encryption standard (AES-256), not just “military-grade”?
- Is the key derived from your PIN or passphrase, rather than stored on the device?
- Does it encrypt thumbnails and metadata, not only full images?
- Is it local-only or genuinely end-to-end encrypted, with nothing readable on a server?
- If you stop paying, do your already-imported photos stay accessible?
- Has the developer been clear and specific about how it works, rather than relying on vague reassurance?
If an app cannot answer these, treat it as a hidden folder, not a vault. That might be fine for casual privacy from someone glancing at your screen. It is not fine if you are protecting against anyone who might actually get their hands on the device.
The honest bottom line
Some photo vault apps are genuinely secure. Many are not, and the research makes that uncomfortably clear. The difference is almost never visible on the App Store listing, because hiding and encrypting look identical from the outside. They only diverge the moment someone tries to get your photos out.
So the safe assumption is skepticism. Ask what algorithm is used, ask where the key lives, ask whether anything leaves the device, and ask what happens to your files if you stop paying. An app that protects you will have clear answers. An app that only hides your photos will have a padlock icon and not much else.
If you want a vault that is built around encryption rather than appearances, take a look at how Arca is designed, or compare vault apps side by side before you decide. Either way, decide based on how the app works, not how its screenshot looks.
Frequently asked questions
Do photo vault apps actually encrypt my photos? +
Many do not. Independent forensic reviews have found popular vault apps that simply move photos to a hidden folder or rename files, while storing them in plaintext. Always check whether an app uses real encryption like AES-256 and where the key comes from.
Can someone recover photos from a vault app? +
If the app only hides photos rather than encrypting them, yes. Anyone with physical access and basic forensic tools, or in some cases just a file browser, can recover the originals. Genuine per-file encryption is what prevents this.
What does zero-knowledge mean for a photo vault? +
Zero-knowledge means the app maker cannot read your data, because there is no server holding it and no key the company controls. With a local-only app like Arca, decryption happens only on your device using a key derived from your PIN.
Keep reading
Security
"Military-Grade Encryption": What It Actually Means (and Doesn't)
"Military-grade encryption" is a marketing phrase, not a security guarantee. Here is what the term hides and what to ask instead.
Security
Zero-Knowledge Encryption, Explained Simply
What zero-knowledge encryption really means, why 'we can't read your data' deserves scrutiny, and the one tradeoff you have to accept.
Guides
How to Back Up Private Photos Without Trusting the Cloud
You can keep a real backup of your private photos without handing them to a cloud provider. The trick is to encrypt first, then store anywhere.
Your photos. Truly private.
Download Arca and lock your first photos away in under a minute. No account, no cloud, no one but you.
Free to download · iPhone · iOS 18+