Proton Pass & Authenticator
1385 results found
-
pass-cli : add support of OpenSSH private-key format
It would be great if pass-cli ssh-agent parses and serves private keys in the OpenSSH format (openssh-key-v1), since that's the ssh-keygen default (OpenSSH 7.8+ // 2018) and the only format for ed25519.
2 votes -
option to make 100% custom aliases, including other than example.example@passinbox.com, example.example@passfwd.com structures
option to make 100% custom aliases, including other than example.example@passinbox.com, example.example@passfwd.com structures
2 votes -
Memorisation prompt in proton password prompt
On WhatsApp and some other applications there is an infrequent prompt that comes up that challenges you to remember your password to ensure that you have it memorised. I think proton pass should have this for your main proton password because if you forget this password you are effectively locked out out of the password manager. It’s the only one you need to remember so I feel like there should be a weekly prompts that pops up to check that you have it memorised
2 votes -
Add a visual indicator for location of secret
In the All Items list, add a column with a visual indicator of where the item is. Like an icon for 1 person (personal) or 2 persons (shared). Optionally let people assign colour to this icon to indicate which store (eg green 2 persons = work, purple 1 person = private and green 1 person is personal accounts for work)
2 votes -
Auth on macOS: Directly Go to Biometric Lock
When I opening Authenticator on macOS, I always have to click “Unlock” and then use the biometric unlocking feature. Can we go directly to unlocking without the button click? (Bonus for iOS: Maybe rename “Proton Authenticator” to “Proton Auth” so the whole app name is visible ;))
2 votes -
Feature Request: Automated Batch Password Reset During Security Incident
Problem Statement
In the event of a suspected vault compromise, changing the master password alone doesn't protect previously saved credentials. Users face a critical window of vulnerability where attackers could use stored passwords before individual account changes are made. Manually resetting hundreds of passwords across different services is time-consuming and error-prone during an emergency.Proposed Solution: Password Reset Sequences (PRS)
Enable a batch password reset function within Proton Pass that automatically navigates users through password reset flows for all vault entries. This would execute as an automated sequence for each account:
Navigate to the target website's login page
Auto-fill username…2 votes -
proton pass account switch and proton pass lock fix
in the proton pass extension, i cannot switich account unlike the app, i have to signout change enter login information, etc. which is tiring when repeating everytime, if you can add a drop menu for account menu(adding an account or signing out.)|
everytime i signout due to the extension function. i get asked everytime to get it locked, i want to lock it but it gets removed once i sign out, can it be something to be saved and not something to reenter everytime?
Thank you for your comprehension
2 votes -
Add a Username Generator to the Android App
Please add a built-in username generator to the Proton Pass Android app. The Proton website already offers a username generator without requiring users to log in, but this feature is not available inside the Android app. Other password managers, such as Bitwarden, also include a username generator in their Android apps. Having this feature directly in Proton Pass would make it easier to create unique usernames when signing up for new accounts, without leaving the app. It would improve convenience and provide a more complete password manager experience.
2 votes -
Add a Neutral Dark Theme Option
Please add an option to choose a neutral dark gray or pure black (AMOLED) theme. The current dark mode uses a dark purple/indigo background throughout the app, and I find it less comfortable and less visually appealing. Giving users the choice between the current theme and a neutral dark theme would improve the user experience.
2 votes -
Turn off Vault icon in front of every record (android)
ProtonPass on android 16 displays the vault icon in front of EVERY record. Plz give the option to disable this.
2 votes -
Change default name of file with recovery codes
The file with the 2FA recovery codes is named "proton2FArecovery_codes.txt" by default. It'd be wise to exclude (at the very least) the initial "proton" from its name, since it's quite easy for almost anyone to deduct where it comes from and what can it be used for...
2 votes -
Further secure access-token-feature for use with AI agents
The biggest security risk when using the new token access feature for ai agents is, that the agent tries to exfiltrate passwords because of prompt-injection attacks. This in general is hard to prevent. But maybe there is a way to add "honey-pod-passwords" for which there would be no light reason to be accessed. If they are accessed by an agent gone wild, the pass - cli immediately locks and warns the user.
2 votes -
Fix Proton Pass Security Flaw
As a security conscious proton user on a plan that includes proton pass I want proton to, for Pass specifically, implement the use of a secret key (like 1Password) to secure my Proton Pass account, so that I do not have to worry about the all eggs-in-one basket problem of having pass as part of my single proton account identity and can also rest assured that should someone compromise proton’s systems and acquire a copy of my encrypted vault that a brute force attack would be impossible as the vault is not just encrypted with my password but also the…
2 votes -
More security options for locking Proton Pass
Right now Pass is locking if you close the App to the tray. Please change that to allow more options for handling that. In Enpass you have many options for this.
I woul like to add a screenshot to show you how that looks like in Enpass but I can´t upload any images here.2 votes -
a full a cup size for a temporary timeframe to make sure im wrong about you
i only remember being told and seeing one at the rasiology appointment i went to to check his health and all the rest i did not know i wasnt able to get some respect for not being given any actual proof i wasnt even able to go to show actual proof of my existance at that time of my life i thought that woulda started after i woke up after going under whilst in preterm labour
2 votes -
Proton Pass web extension UX is confusing
The filter button in the top left lacks a label, which makes it difficult to identify at first glance. It reads as a generic button rather than an active filter. It took me a while why I was only seeing my "cards", and couldn't figure out why.
If a persistent label isn't feasible due to space constraints, surfacing the applied value inline (e.g., "Filter: Logins") would improve recognition without requiring users to recall what the button does.
2 votes -
2 votes
-
Custom Icons and Colors for Proton Pass
Hello Proton Team,
First of all, thank you for building a privacy-focused ecosystem. I've been using Proton services extensively, especially Proton Pass, and I have a suggestion that I believe would greatly improve organization and usability.
Custom Icons
It would be extremely useful if users could assign custom icons to:
- Vaults
- Aliases
- Individual credentials (logins, cards, notes, identities, etc.)
This would make it much easier to visually identify items, especially for users who manage hundreds of credentials.
Custom Colors
In addition to icons, allowing users to choose custom colors would improve organization even further.
Ideally, users could:
- Pick any color…
2 votes -
Prosím o možnost importu hesel z Avast Password Manager
Prosím o možnost importu hesel z Avast Password Manager
2 votes -
Allow pass-cli item update values to be read securely from stdin
Please add a secure stdin or template input mode to pass-cli item update.
In Proton Pass CLI 2.2.3, updating an item requires values to be passed through
arguments such as:pass-cli item update \
--vault-name Production \
--item-id ITEM_ID \
--field "note=<sensitive value>"This places the sensitive value in the process argument list. Depending on the
operating system and local tooling, it may be visible through process
inspection, diagnostics, audit collection, or crash reports. Avoiding shell
history does not eliminate this exposure.Item creation already supports secure template input through
--from-template -. Please provide equivalent functionality for updates, for
example:…
2 votes
- Don't see your idea?