ProtonPass

proton.me/pass
ProtonPass

From 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.

Open Source

ProtonPass Privacy Policy

Privacy Policy Summary

  • The service provides two factor authentification for your account
  • This service provides an onion site accessible over Tor
  • Terms may be changed any time at their discretion, without notice to you
  • 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
  • The court of law governing the terms is in a jurisdiction that is friendlier to user privacy protection.
  • 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 how your personal data is used
  • The court of law governing the terms is in Switzerland
  • Minors must have the authorization of their legal guardians to use the service
  • Alternative accounts are not allowed
  • The service is provided 'as is' and to be used at your sole risk
  • No guarantee is given regarding quality
  • This service assumes no liability for unauthorized access to your personal information
  • The service assumes no liability for any damages the user incurs
  • You agree to defend, indemnify, and hold the service harmless in case of a claim related to your use of the service
  • This service is only available to users over 13 years old
  • You authorise the service to charge a credit card supplied on re-occurring basis
  • This service has a no refund policy with some exceptions
  • Certain features may be throttled
  • Other applicable rules, terms, conditions or guidelines
  • The service suspends your account after inactivity for a certain or uncertain time
  • Prices and fees may be changed at any time, without notice to you
  • The service claims to be GDPR compliant for European users
  • Referring and/or exit pages are tracked
  • You agree to comply with the law of the service's country
  • You are forced into binding arbitration in case of disputes
  • The terms for this service are translated into different languages
  • There is a date of the last update of the agreements

Score

D

Documents

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

protonpass

Description

Android code for the Proton Pass application

#android#end-to-end-encryption#password-manager#proton

Homepage

https://play.google.com/store/apps/details?id=proton.android.pass

Repository

  • LicenseGPL-3.0
  • Created15 Jun 23
  • Primary languageKotlin
  • Size141,441 KB
  • Stars767
  • Forks72
  • Watchers767

Language Usage

Language Usage

Project Health

  • Last commit1 month ago
  • Open issues2
  • Latest release1.40.3

Recent Commits

  • Antoine Marchaud(28 Jul 26)

    fix: index items refreshed by user events so they appear in the items list

  • Victor(28 Jul 26)

    fix(ci): also cap Flank's job-level run timeout testTimeout (15m) bounds each shard's on-device test execution but not APK upload, matrix scheduling, or Flank's own result-polling overhead, so total job wall time could still exceed it. runTimeout (20m) caps the whole Flank invocation across all shards for a real job-level ceiling.

  • Victor(28 Jul 26)

    fix(ci): bound selective test job time with timeout and uniform sharding Flank's default time-estimate sharding has no real historical data to work from, so it can pack far more tests into one shard than another (observed 85 vs 4), letting a single straggling shard gate the whole job indefinitely. Force count-based uniform sharding and cap Flank's per-test timeout so a hung test fails fast instead of stalling CI.

  • Victor(28 Jul 26)

    chore: update changelog

  • Victor(28 Jul 26)

    chore(release): version 1.40.2 → 1.40.3

  • Victor(28 Jul 26)

    feat(logging): add logout observability Record privacy-safe logout reason codes and include the anonymous logout log in diagnostics shared by a logged-in user. Merge source logs chronologically, tag each exported line by source, and collapse consecutive duplicates without changing either original log. Biometric lock still shares only the anonymous log.

  • Victor(28 Jul 26)

    fix(sync): clear user sync state during logout Reset the user event cursor, clear password history, and centralize cleanup when local shares are removed. This prevents stale sync data from surviving a logout.

  • Victor(27 Jul 26)

    fix: improve file logging

  • Antoine Marchaud(27 Jul 26)

    fix: unit tests

  • Antoine Marchaud(27 Jul 26)

    feat: add feature flag for Pass Monitor per check exclusion

  • Antoine Marchaud(27 Jul 26)

    feat: add feature flag for compromised passwords

  • Antoine Marchaud(27 Jul 26)

    feat: add feature flag for the username generator

  • Antoine Marchaud(06 May 26)

    feat: password penalty check

  • Antoine Marchaud(24 Jul 26)

    fix: put the generated username in the username field when the form is expanded

  • L10n bot(24 Jul 26)

    i18n(weekly-mr): Upgrade translations from crowdin (8a74ae7a).

  • Victor(23 Jul 26)

    fix: improve sync

  • Antoine Marchaud(23 Jul 26)

    fix: redirect to the correct app for rate app

  • Victor(23 Jul 26)

    fix(passkeys): remove forgeable AOSP test key from privileged allowlist The vendored privileged-browser allowlist trusted the public AOSP platform test certificate as a `release` signer. Its private key is published in the AOSP tree, so any app could sign with it, pass the privileged-browser check in PasskeyOriginVerifier, and mint a passkey assertion for an arbitrary web origin (subject to user selection). - Strip the public test key from the allowlist and refresh the snapshot to the current upstream (adds Opera, Waterfox, Perplexity Comet, and others). - Teach scripts/ci/checkPasskeyPrivilegedBrowserAllowlist.sh to strip publicly-known AOSP test keys on every sync, so the scheduled upstream auto-update job can no longer reintroduce them. userdebug signers are kept (AndroidX honors them only on userdebug devices). - Add a PasskeyOriginVerifierTest guard that fails the build if any known public AOSP test key reappears in the allowlist.

  • Antoine Marchaud(29 Apr 26)

    feat: add username generator

  • Antoine Marchaud(16 Jul 26)

    feat: spead the word

  • Victor(27 Apr 26)

    chore: update libraries

  • Antoine Marchaud(22 Jul 26)

    fix: index synced items after the DB transaction so they appear in the paginated list

  • Victor(22 Jul 26)

    ci: improve check unused string speed

  • Victor(22 Jul 26)

    ci: parallelize build stage, narrow flavor build triggers, persist build cache - Add needs: [] to build-stage jobs so they run alongside analyze instead of waiting for it to finish. - build:alpha/play/fdroid/quest:prod:debug auto-trigger only on flavor- relevant paths (app/build.gradle.kts and any module's build.gradle.kts, plus src/<flavor>/** across modules), falling back to manual otherwise. nogms is untouched since it has no dedicated source sets. - Cache .gradle/build-cache across jobs alongside the existing dependency cache. - Make Flank's numUniformShards opt-in via -Pflank.numUniformShards, only passed by the nightly full-suite job. Sharding the selective per-MR job made it slower (small per-module test counts meant per-shard emulator boot overhead dominated), so that job is left unsharded.

  • Antoine Marchaud(21 Jul 26)

    fix: explore tab

  • Victor(22 Jul 26)

    fix: use suspend dao calls

  • Victor(21 Jul 26)

    test: clarify biometrics-to-none test name to reflect full-disable path Rename 'changing from biometrics to password' to 'biometrics to None without enforcement - full disable path' to accurately reflect that it exercises the onBiometryAuthUnSet code path (full app lock disable) rather than the onBiometryAuthToPassword path (password-mode fallback).

  • Victor(21 Jul 26)

    fix: missing none auth option

  • Antoine Marchaud(21 Jul 26)

    feat: add compromised passwords and allow user to exclude an item for a subset of checks in Pass Monitor

  • Antoine Marchaud(21 Jul 26)

    fix: run global monitor state DB updates off the main thread

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

All 65 security checks passed

Server Details

  • IP Address185.70.42.45
  • Hostname185-70-42-45.protonmail.ch
  • LocationPlan-les-Ouates,Geneve,Switzerland,EU
  • ISPProton AG
  • ASNAS62371

Associated Countries

  • CHCH
  • DEDE
  • USUS

Safety Score

Website marked as safe

100%

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

Website preview

ProtonPass Android App

APK Info

De-Googled Compatibility

Native3.84/ 419 ratings
microG4.00/ 49 ratings
  • GrapheneOSNative3.8 / 4(15)
  • CalyxOSmicroG4.0 / 4(6)
  • LineageOSNative4.0 / 4(2)
  • e OSmicroG4.0 / 4(2)
  • Stock (HUAWEI CDY-NX9A)Native4.0 / 4(2)

Tested on Android 10–16 · Updated 04 Jun 26 · View on Plexus →

Trackers

  • Sentry

Permissions

  • Access Network State
  • Camera
  • Foreground Service
  • Internet
  • Post Notifications
  • Query All Packages
  • Receive Boot Completed
  • Use Biometric
  • Use Fingerprint
  • Wake Lock
  • Billing
  • Dynamic Receiver Not Exported Permission

ProtonPass iOS App

App Info

Proton Pass - Password Manager

Get Proton Pass, the free password manager created by the team behind Proton Mail. 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

Rated 4.84 out of 5 stars by 7,413 users

Version Info

  • Current Version1.20.0
  • Last Updated22 Jul 26
  • First Released27 Jun 23
  • Minimum iOS Version17.0
  • Device Models Supported127

App Details

  • IPA Size245.62 Mb
  • PriceFree (USD)
  • Age Advisory4+
  • Supported Languages30
  • DeveloperProton AG
  • Bundle IDme.proton.pass.ios

Screenshots

  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot

ProtonPass Reviews

More Password Managers

About the Data: ProtonPass

Change History

  • Amended (github) by @lissy93 #608
  • Amended (androidApp, iosApp, subreddit)
  • Added by @Sean12697 #187

Edit ProtonPass Data

You can edit ProtonPass's entry in this section of awesome-privacy.yml by submitting a PR to our GitHub repo.
Note that some of the information shown above has been aggregated from external sources, a list of these can be found data documentation.

Origin Data

Modify Data

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!