• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Firefox password manager

kcthomas

Senior member
I noticed that anyone can easily see the passwords that are saved by firefox. Is there a way so that it will save them, but nobody can look at them, without having to use the master password? The whole master password kinda eliminates the purpose of the saved passwords cause you gotta type it in every time you restart firefox.
 
So let me get this straight... you want it to save passwords for you, but not let anybody else see them, but you don't want to have to identify yourself to Firefox? How would that work? If you just want to prevent them from viewing the passwords directly in password manager, that's useless, as they can just go to the site corresponding to the password they want to steal and use one line of javascript in the URL bar to reveal it. Saved passwords are inherently insecure unless they're encrypted with a password you have to enter each time.

From the Anandtech Forums front page, type in your password (don't hit enter), put this in your URL bar:
javascript:alert(document.getElementsByTagName("input").item(2).value);
hit enter, and there's your password.
 
Back
Top