You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Feature Request:
It would be useful to access the list of passwords through a web based interface (also in other browsers).
Supporting use case: if I lose my smartphone, I'm outside and I ask my friend to access the internet, how can I access my passwords?
The text was updated successfully, but these errors were encountered:
Unlike some other browsers and password managers, we use end-to-end encryption of the login data so our server doesn't have access to the logins in order to show them on a webpage easily. There was a prototype by the Firefox Account/Sync team a few years ago though.
It could be done like protonmail do :
If i have well understand, the e2e encryption is based on a key derivated from the password.
So, the encrypted data can be accessible only with authentification to firefox-sync server,
then the firefox password derivation and the decrypting stuff can be done client-side, in browser.
At last, there is UI stuff to display the data.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request:
It would be useful to access the list of passwords through a web based interface (also in other browsers).
Supporting use case: if I lose my smartphone, I'm outside and I ask my friend to access the internet, how can I access my passwords?
The text was updated successfully, but these errors were encountered: