Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 458 Bytes

Decrypt Chrome Password

A simple program to decrypt chrome passwords saved on any machine. You just need to copy and extract master key on the same device, after that password can be decrypted on another device.
This code has only been tested on windows, so it may not work on other OS.
If you have an idea for improvement, do let me know!

OS support

  1. Windows 10

Dependencies (see requirements)

  1. sqlite
  2. pycryptodomex
  3. pywin32