passcat icon indicating copy to clipboard operation
passcat copied to clipboard

Did not support chrome v80?

Open netkid123 opened this issue 3 years ago • 2 comments

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

netkid123 avatar Feb 09 '21 08:02 netkid123

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. )

quantumcore avatar Feb 22 '21 16:02 quantumcore

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.

netkid123 avatar Mar 01 '21 13:03 netkid123