Security and Privacy FAQ
Welcome to Ente Photos' Security and Privacy FAQ. This document provides detailed information about our security practices, privacy measures, and how we protect your data. We are committed to maintaining the highest standards of data protection and transparency.
Data Encryption and Storage
Can Ente see my photos and videos?
No. Your files are encrypted on your device before being uploaded to our servers. The encryption keys are derived from your password using advanced key derivation functions. Since only you know your password, only you can decrypt your files. For technical details, please see our architecture document.
How is my data encrypted?
We use the following encryption algorithms:
- Encryption:
XChaCha20
andXSalsa20
- Authentication: Poly1305 message authentication code (MAC)
- Key derivation: Argon2id with high memory and computation parameters
These algorithms are implemented using libsodium, a externally audited cryptographic library. Our architecture document provides full technical specifications.
Where is my data stored?
Your encrypted data is stored redundantly across multiple providers in the EU:
- Amsterdam, Netherlands
- Paris, France
- Frankfurt, Germany
We use a combination of object storage and distributed databases to ensure high availability and durability. Our reliability document provides in-depth information about our storage infrastructure and data replication strategies.
In short, we store 3 copies of your data, across 3 different providers, in 3 different countries. One of them is in an underground fall-out shelter in Paris.
How does Ente's encryption compare to industry standards?
Our encryption model goes beyond industry standards. While many services use server-side encryption, we implement end-to-end encryption. This means that even in the unlikely event of a server breach, your data remains protected.
Account Security
What happens if I forget my password?
If you are logged into Ente on any of your existing devices, you can use that device to reset your password and use your new password to log in.
If you are logged out of Ente on all your devices, you can reset your password using your recovery key that was provided to you during account creation.
If you are logged out of Ente on all your devices and you have lost both your password and recovery key, we cannot recover your account or data due to our end-to-end encrypted architecture.
If you wish to delete your account in such scenarios, please reach out to support@ente.io and we will help you out.
What is my recovery key and why is it critical?
Your recovery key is a 24-word phrase that is the ONLY way to recover your account if you:
- Forget your password AND
- Are logged out of all devices
Critical information about recovery keys:
⚠️ Ente support CANNOT provide or regenerate your recovery key. Due to end-to-end encryption, we never have access to your recovery key or your encrypted data.
⚠️ Without your recovery key, losing your password means permanently losing access to all your photos if you're logged out everywhere.
⚠️ Your recovery key is different from verification codes. Verification codes are temporary 6-digit numbers sent to your email. Your recovery key is a permanent 24-word phrase.
How do I find my recovery key?
If you're still logged in to Ente on any device:
Open Settings > Account > Recovery key
, enter your password to view your 24-word recovery key, and save it immediately in a secure location.
If you're logged out of all devices and don't have your recovery key:
Unfortunately, there is no way to recover your account. This is an inherent property of end-to-end encryption - for your privacy and security, only you have access to your data.
How should I store my recovery key?
Recommended methods:
- Password manager: Store it in a reputable password manager (1Password, Bitwarden, etc.)
- Physical paper: Write it down and store it in a safe place (fireproof safe, safety deposit box)
- Encrypted notes: Save it in an encrypted notes app with a different password
- Multiple locations: Store copies in 2-3 different secure locations
DO NOT:
- Store it in an unencrypted file on your computer
- Email it to yourself
- Share it with anyone (not even Ente support)
- Take a screenshot and leave it in your photos
- Store it only in one location
Best practice: When you first create your Ente account, immediately save your recovery key before uploading any photos.
How do I use my recovery key to reset my password?
If you've forgotten your password and are logged out everywhere:
- Open the login page (on any platform)
- Enter your email address
- Click "Forgot Password"
- Enter your 24-word recovery key
- Type each word separated by a single space
- All lowercase, no punctuation
- Example format:
word1 word2 word3 ... word24
- Create a new password
- Log in with your new password
Common issues:
- "Invalid recovery key": Check for typos, extra spaces, or missing words
- Recovery key not working: Make sure you're using the recovery key (24 words), not a verification code (6 digits)
- Still can't access account: Contact support@ente.io - we may be able to help verify account ownership for account deletion, but cannot recover your data
Can I change my password?
Yes, you can change your password at any time from our apps. Our architecture allows password changes without re-encrypting your entire library.
The privacy of your account is a function of the strength of your password, please choose a strong one.
Do you support two-factor authentication (2FA)?
Yes, we recommend enabling 2FA for an additional layer of security. We support:
- Time-based One-Time Passwords (TOTP)
- WebAuthn/FIDO2 for hardware security keys
You can set up 2FA in the settings of our mobile or desktop apps.
Sharing and Collaboration
How does sharing work?
The information required to decrypt an album is encrypted with the recipient's public key such that only they can decrypt them.
You can read more about this here.
In case of sharable links, the key to decrypt the album is appended by the client as a fragment to the URL, and is never sent to our servers.
Please note that only users on the paid plan are allowed to share albums. The receiver just needs a free Ente account.
Security Audits
Has the Ente Photos app been audited by a credible source?
Yes, Ente Photos has undergone a thorough security audit conducted by Cure53, in collaboration with Symbolic Software. Cure53 is a prominent German cybersecurity firm, while Symbolic Software specializes in applied cryptography. Please find the full report here: https://ente.io/blog/cryptography-audit/
Machine Learning and Privacy
Is my face data used to train AI models?
No. All machine learning (face recognition and magic search) happens entirely on your device. Your photos are downloaded to your device, indexed locally, and the indexes are encrypted before being synced across your devices.
Ente's servers never receive:
- Your unencrypted photos
- Face recognition data
- Search indexes
- Any information about what's in your photos
Your photos and ML data are never used to train any AI models, neither by Ente nor by any third parties.
How does on-device ML maintain privacy?
Machine learning in Ente maintains the same end-to-end encryption guarantees as the rest of the app:
- Local processing: All face detection, recognition, and magic search analysis happens on your device
- Encrypted indexes: ML-generated indexes are encrypted before syncing to other devices
- Zero server knowledge: Ente's servers cannot see your photos, faces, or search data
- No third-party services: ML models run entirely within the Ente app - no external AI services are used
Your machine learning data receives the same end-to-end encryption as your photos, ensuring complete privacy.
Learn more about Machine learning features.
Are my location tags encrypted?
Yes! Location tags are stored end-to-end encrypted, just like your photos. When you create a location tag, all the location data (coordinates, radius, and tag name) is encrypted on your device before being synced.
Ente's servers cannot see your location tags or where your photos were taken. All location-based searches happen locally on your device.
Account Management
How can I delete my account?
You can delete your account at any time by using the "Delete account" option in the settings. For security reasons, we request you to delete your account on your own instead of contacting support to ask them to delete your account.
Note that both Ente Photos and Ente Auth data will be deleted when you delete your account (irrespective of which app you delete it from) since both photos and auth use the same underlying account.
To know details of how your data is deleted, including when you delete your account, please see https://ente.io/blog/how-ente-deletes-data/.
Trust and Reliability
Why should I trust Ente for long-term data storage?
Our mission: Unlike large tech companies with multiple products, we have one focused mission - to build a safe space where you can easily archive your personal memories for the long term.
Financial sustainability: Our pricing model allows us to profitably provide this service without relying on advertising or selling your data. This means we can focus entirely on serving our users.
Security and transparency:
- Your data is preserved with end-to-end encryption
- Our open-source apps have been externally audited by Cure53
- We store 3 copies of your data across 3 different providers in 3 different EU countries
- Our reliability documentation transparently details our data replication and disaster recovery plans
Long-term commitment: We love what we do, have no reasons to be distracted by other ventures, and are committed to being as reliable as any service can be.
If you'd like to support this project, please consider subscribing.
Additional Support
For any security or privacy questions not covered here, please contact our team at security@ente.io. We're committed to addressing your concerns and continuously improving our security measures.