ProtonPass
proton.me/passFrom the creators of ProtonMail, ProtonPass is a new addition to their suite of services. They have a full collection of user-friendly native mobile and desktop apps. ProtonPass is one of the few "trustworthy" providers that also offers a free plan.
- Homepage: proton.me/pass
- GitHub: github.com/protonpass/android-pass
- Privacy: proton.me/legal/privacy
- iOS App: apps.apple.com/us/app/proton-pass-password-manager/id6443490629
- Android App: play.google.com/.../proton.android.pass
- Subreddit: r/ProtonPass
- Web info: web-check.xyz/check/proton.me
ProtonPass Privacy Policy
Privacy Policy Summary
- The service provides two factor authentification for your account
- Users agree to comply with the law of the service's country
- The court of law governing the terms is in a jurisdiction that is friendlier to user privacy protection.
- This service provides an onion site accessible over Tor
- Terms may be changed any time at their discretion, without notice to you
- This service tracks which web page referred you to it
- Any liability on behalf of the service is only limited to the fees you paid as a user
- Instead of asking directly, this Service will assume your consent to changes of terms merely from your usage.
- This service is only available to users over a certain age
- Pseudonyms are allowed
- You can opt out of promotional communications
- Your IP address is collected, which can be used to view your approximate location
- Your account can be suspended for several reasons
- Third parties are involved in operating the service
- The service is not responsible for linked or (clearly) quoted content from third-party content providers
- This service assumes no responsibility and liability for the contents of links to other websites
- You are prohibited from sending chain letters, junk mail, spam or any unsolicited messages
- You can access most of the pages on the service's website without revealing any personal information
- The service informs you that its privacy policy does not apply to third party websites
- The service has a no refund policy
- You agree not to use the service for illegal purposes
- You agree not to submit libelous, harassing or threatening content
- You are prohibited from attempting to gain unauthorized access to other computer systems
- The service provider makes no warranty regarding uninterrupted, timely, secure or error-free service
- The service does not guarantee accuracy or reliability of the information provided
- Invalidity of any portion of the Terms of Service does not entail invalidity of its remainder
- Failure to enforce any provision of the Terms of Service does not constitute a waiver of such provision
- Information is provided about security practices
- Your personal data may be disclosed to comply with government requests without notice to you
- Information is provided about how your personal data is used
- The service claims to be GDPR compliant for European users
- The court of law governing the terms is in Switzerland
- You are forced into binding arbitration in case of disputes
Score
Documents
- Information for Law Enforcement AuthoritiesCreated 23 Sept 19, Last modified 1 year ago
- Transparency ReportCreated 20 Sept 18, Last modified 4 months ago
- Data Processing AgreementCreated 23 Apr 19, Last modified 4 months ago
- Privacy PolicyCreated 24 Aug 18, Last modified 4 months ago
- Terms of ServiceCreated 24 Aug 18, Last modified 4 months ago
- [DEPRECATED] Open SourceCreated 23 Sept 19, Last modified 4 months ago
Domains Covered by Policy
- protonmail.com
- protonmail.ch
- getproton.me
- pm.me
- protonmailrmez3lotccipshtkleegetolb73fuirgj7r4o4vfu7ozyd.onion
- proton.me
- protonapps.com
About the Data
This data is kindly provided by tosdr.org. Read full report at: #491
ProtonPass Source Code
Author
Description
Android code for the Proton Pass application
Homepage
https://play.google.com/store/apps/details?id=proton.android.passLicense
GPL-3.0
Created
15 Jun 23
Last Updated
11 Jul 26
Latest version
Primary Language
Kotlin
Size
132,524 KB
Stars
731
Forks
69
Watchers
731
Language Usage
Star History
Top Contributors
-
@vichid (3367)
-
@cquintana92 (2264)
-
@AlexanderTalledo (1452)
-
@neilmarietta (85)
-
@proton-ci (53)
-
@armatys (21)
-
@ntnhon (21)
-
@kadrikj (17)
-
@jmartinesp (3)
-
@felschr (2)
-
@acasajus (1)
-
@chetgurevitch (1)
-
@denyszet (1)
-
@licaon-kter (1)
-
@enginegl (1)
-
@nguyenkims (1)
-
@thgoebel (1)
Recent Commits
-
Victor (08 Jul 26)
chore: update changelog chore: update changelog
-
Victor (08 Jul 26)
chore(release): version 1.40.1 → 1.40.2
-
Victor (06 Jul 26)
fix(passkeys): stop cancelling passkey usage request on unresolved state Origin validation was made async (live assetlinks.json fetch) but PasskeyCredentialUsageViewModel still treated the flow's initial, not-yet-populated request as an explicit cancel, racing against the async resolution and finishing the activity before it could complete. Distinguish "not yet resolved" from "resolved to null" like the sibling PasskeyCredentialSelectionViewModel already does, and add lifecycle/cancellation logging to diagnose remaining edge cases.
-
Victor (06 Jul 26)
fix: run purge in io
-
Victor (06 Jul 26)
chore: add more logs
-
L10n bot (03 Jul 26)
i18n(weekly-mr): Upgrade translations from crowdin (72982c62).
-
Victor (02 Jul 26)
fix: resolve feature flags against the account being processed, not primary Feature flag checks always evaluated against accountManager.getPrimaryUserId(), so non-primary accounts on multi-account devices silently fell back to flag defaults during sync, invite processing, folder observation, and autofill suggestions. Group-shared vaults could disappear on secondary accounts as a result.
-
Victor (02 Jul 26)
chore: remove verbose log
-
Victor (30 Jun 26)
fix: skip undecryptable group invite
-
Victor (30 Jun 26)
fix: retry account data retrieve
-
Victor (30 Jun 26)
fix(sync): avoid passing share ids to the worker
-
Antoine Marchaud (30 Jun 26)
fix: prevent search flicker in paginated Home and autofill lists
-
Antoine Marchaud (29 Jun 26)
fix: item count when searching in pagination mode
-
Victor (30 Jun 26)
fix: cancel user workers on logout
-
Victor (29 Jun 26)
fix: remove address fk
-
Victor (29 Jun 26)
chore: update changelog
-
Victor (29 Jun 26)
chore(release): version 1.40.0 → 1.40.1
-
L10n bot (26 Jun 26)
i18n(weekly-mr): Upgrade translations from crowdin (4c543cd5).
-
Victor (26 Jun 26)
chore: add passkeys logs
-
Victor (26 Jun 26)
fix: vault delete on missing address
-
Victor (22 Jun 26)
fix: use proper cfv based on ff
-
Antoine Marchaud (22 May 26)
feat: add pagination with FTS5 search index
-
Victor (22 Jun 26)
fix: handle item/share not found errors in ViewModels Add .catch to StateFlow pipelines in ItemDetailsViewModel, ItemDetailsMenuViewModel, ItemTrashMenuViewModel, ShareFromItemViewModel, ItemOptionsViewModel, DetailAliasContactViewModel, and SharedItemFlow helpers so that ItemNotFoundError and ShareNotAvailableError no longer escape to the global uncaught exception handler. Each affected screen now navigates away (back/dismiss) instead of crashing when the item or share is deleted during an incremental sync. SharedItemFlow flow builder functions (canDisplayVaultSharedWarningDialogFlow, canDisplayWarningMessageForCreationFlow, canDisplaySharedItemWarningDialogFlow) now emit false on error, covering all Create/Update ViewModels in item-create. AliasContactsRepositoryImpl now propagates fetch failures as ItemNotFoundError so the alias contacts screen also auto-navigates back.
-
Victor (22 Jun 26)
fix: guard against empty password in PasswordCredential selection PasswordCredential throws IllegalArgumentException when password is empty. Items with no password now cancel gracefully with a toast instead of crashing.
-
Antoine Marchaud (28 Apr 26)
feat: Telemetry Growth
-
Victor Hidalgo (12 Jun 26)
test: Update screenshots (automatic commit)
-
Victor Hidalgo (17 Apr 26)
test: Update screenshots (automatic commit)
-
Victor (17 Apr 26)
feat: add autofill mode
-
Victor (16 Apr 26)
chore: adapt models to new field
-
Victor (16 Apr 26)
chore: update cfv and protos version
ProtonPass Website
Website
Proton Pass: Free password manager with identity protection | Proton
Store, share and sync passwords, passkeys, email aliases, and more, on any device, with our open-source, free password manager. No trials, just free forever.
Redirects
Does not redirect
Security Checks
1 security checks failed (64 passed)
- Robots Noindex
Server Details
- IP Address 185.70.42.45
- Hostname 185-70-42-45.protonmail.ch
- Location Lausanne, Vaud, Switzerland, EU
- ISP Proton AG
- ASN AS62371
Associated Countries
-
DE -
US -
CH
Safety Score
Website marked as moderately safe
90%
Blacklist Check
proton.me was found on 0 blacklists
- AntiSocial Blacklist
- Artists Against 419
- Badbitcoin
- Bambenek Consulting
- CERT Polska
- CoinBlockerLists
- CRDF
- CryptoScamDB
- EtherAddressLookup
- EtherScamDB
- Fake Website Buster
- MetaMask EthPhishing
- NABP Not Recommended Sites
- OpenPhish
- PetScams
- PhishFeed
- PhishFort
- Phishing.Database
- PhishStats
- PhishTank
- Phishunt
- RPiList Not Serious
- Scam.Directory
- SecureReload Phishing List
- Spam404
- StopGunScams
- Suspicious Hosting IP
- ThreatFox
- ThreatLog
- TweetFeed
- URLhaus
- ViriBack C2 Tracker
Website Preview
ProtonPass Android App
APK Info
- App Proton Pass
- Creation Date 28 May 24
- Last Updated 14 Jul 24
- Current Version 1.21.4
- Privacy Report View on Exodus →
De-Googled Compatibility
- GrapheneOS Native 3.8 / 4 (15)
- CalyxOS microG 4.0 / 4 (6)
- LineageOS Native 4.0 / 4 (2)
- e OS microG 4.0 / 4 (2)
- Stock (HUAWEI CDY-NX9A) Native 4.0 / 4 (2)
ProtonPass iOS App
App Info
Proton Pass - Password Manager
Get Proton Pass, the free password manager created by the team behind Proton Mail and Proton VPN. It’s open source, end-to-end encrypted, and protected by Swiss privacy laws. Secure your online identity with Proton Pass. Pass has no ads or data collection and is free forever on all your devices. Create and store unlimited passwords on unlimited devices, autofill logins, generate 2FA codes, create email aliases, and more. WITH PROTON PASS YOU CAN: • Sign in faster with Proton Pass autofill: You no longer need to copy and paste your username and password with our advanced autofill technology. • Store and auto-sync unlimited logins on unlimited devices: Create, store, and manage your credentials from anywhere with our browser extension and mobile apps. • Share any data stored in Proton Pass securely: Share passwords, usernames, credit cards and notes securely with trusted contacts. Your data stays end-to-end encrypted, and you can revoke access anytime. • Enhance your online security: Identify vulnerable accounts with Data Breach Monitoring and Password Health. • Access your data from anywhere, on any device, with seamless synchronization across all your platforms." • Protect your online identity: Whenever you sign up for a new online account, automatically create an alias to keep your actual email address protected. • Add security layers to your accounts: Protect your account with 2FA authentication and custom PIN protection. Activate Proton Sentinel for advanced security against hackers. PROTON PASS FEATURES INCLUDE: • Built in password generator: Generate unlimited secure passwords and safely store them for all your accounts. Avoid weak passwords and never worry about forgetting the complex passwords again. • Built in 2FA authenticator: Enhance your accounts security with 2FA codes, easily generated within the app for any website and autofill when you log in. • Secure Vaults: Organize & share login information, payment details and notes into secure vaults, which you can share with family, friends, or co-workers. • Email Aliases: With Hide-my-email feature, protect your identity by creating email aliases, preventing your personal email address from being disclosed or leaked. • Credit Card Support: Securely store your credit card details for quick access. • Pass Monitor: Identifies weak or reused passwords, inactive 2FA fields and sends immediate alerts on data leaks with dark web monitoring. • End-to-End Encryption: All your login data is protected with end-to-end encryption, ensuring that only you can access it. • Biometric Login Access: Add an extra layer of security to Proton Pass by using your fingerprint or face to unlock the app. • Spotlight Search: Easily find your information, with one click via iPhone Spotlight Search. • Bookmark items: Pin frequently needed items to the top of your Proton Pass app and browser extension to easily find them. • Bulk edition: Activate bulk edition to handle items in a hassle-free way. • Item history: Keep track of your item changes with item history, knowing when you last changed any login information. • Encrypted Notes: Safely store sensitive information within the app, accessible only to you. • Offline Access: Access your stored passwords and notes in Pass from anywhere, even when your device has no internet connection. • Open Source: Trust is built on transparency. Proton Pass is open source, allowing you to verify our security claims for yourself, like all Proton services. • Easily import passwords: Easily import passwords from any password manager or CSV file. • No Ads or Data Collection For more information, visit: https://proton.me/pass Our open-source code base: https://github.com/protonpass/ios-pass Terms of service: https://proton.me/legal/terms Learn more about Proton: https://proton.me
Rating
Version Info
- Current Version 1.19.2
- Last Updated 26 May 26
- First Released 27 Jun 23
- Minimum iOS Version 17.0
- Device Models Supported 127
App Details
- IPA Size 247.93 Mb
- Price Free (USD)
- Age Advisory 4+
- Supported Languages 30
- Developer Proton AG
- Bundle ID me.proton.pass.ios
Screenshots
ProtonPass Reviews
More Password Managers
-
End-to-end encrypted open source password and alias manager with built-in email server. AliasVault protects your privacy by creating alternative identities, passwords and email addresses for every website you use. Use the cloud version, or self-host and deploy within minutes via Docker.
-
Fully-featured, open source password manager with cloud-sync. Bitwarden is easy-to-use with a clean UI and client apps for desktop, web and mobile. See also Vaultwarden, a self-hosted, Rust implementation of the Bitwarden server and compatible with upstream Bitwarden clients.
-
Hardened, secure and offline password manager. Does not have cloud-sync baked in, deemed to be gold standard for secure password managers. KeePass clients: Strongbox (Mac & iOS), KeePassDX (Android), KeeWeb (Web-based/ self-hosted), KeePassXC (Windows, Mac & Linux), see more KeePass clients and extensions at awesome-keepass by @lgg.
-
LessPass is a little different, since it generates your passwords using a hash of the website name, your username and a single main-passphrase that you reuse. It omits the need for you to ever need to store or sync your passwords. They have apps for all the common platforms and a CLI, but you can also self-host it.
-
Store secrets and passwords on encrypted paper with distributed keys. Designed to last generations. Open source, client-side only, works offline.
-
The Standard Unix Password Manager
About the Data: ProtonPass
Change History
API
You can access ProtonPass's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/v1/services/protonpass The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.
Share ProtonPass
Help your friends compare Password Managers, and pick
privacy-respecting software and services.
Share ProtonPass and Awesome Privacy with your network!