Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Did not support chrome v80? #7

Open
netkid123 opened this issue Feb 9, 2021 · 2 comments
Open

Did not support chrome v80? #7

netkid123 opened this issue Feb 9, 2021 · 2 comments

Comments

@netkid123
Copy link

The given code cannot get passwords from chrome browser, with version above v80

@netkid123 netkid123 reopened this Feb 9, 2021
@quantumcore
Copy link

Starting with Chrome 80, the browser encrypts local passwords and cookies in Windows using AES-256 encryption. Prior to Chrome 80, the browser leveraged the data protection API (DPAPI) built into the OS to handle encryption chores. And it still does, but AES-256 acts as another layer of protection for added security.

( I don't think there is any method currently for recovering passwords Chrome 80+. The only way is going in settings and viewing it there. )

@netkid123
Copy link
Author

Starting with Chrome 80, the browser encrypts local passwords and cookies in Windows using AES-256 encryption. Prior to Chrome 80, the browser leveraged the data protection API (DPAPI) built into the OS to handle encryption chores. And it still does, but AES-256 acts as another layer of protection for added security.

( I don't think there is any method currently for recovering passwords Chrome 80+. The only way is going in settings and viewing it there. )

The project LaZagne has realized ,ref: https://github.com/AlessandroZ/LaZagne, you can check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants