It has never been safe to leave passwords saved in the browser, for one simple reason, it has no encryption, the database file that your passwords are saved, anyone with even a little knowledge can access them your passwords, imagine in the hand of a hacker what he can do. To be more direct and specific Chrome stores your passwords in a file called "Login Data". For those who don't know, this file is nothing more than a database in SQLite 3.x format. Using the sqlite3 command, you can access the tables stored in this file, including the logins table, which stores your passwords. I will not detail how to do this, because it would be unethical on my part and it would also violate the MT
forum rules, this is a security forum and not a hacking forum. I did a test recently to see if google had changed something and to my surprise nothing has changed, I took advantage and added some passwords for this test, and I was surprised how easy it was to access these passwords saved in this file, and I am no expert. I agree that using an extension-based password manager can be vulnerable. In this case, to mitigate any potential flaws of exposing your passwords from being exfiltrated by the attacker, it is recommended to use a desktop-based PM that does not use an extension or any plugin in your browser. The
@Azure is correct in his statement in post
#14 Do the test and research for yourself you will be shocked to see the results.