/ChromeDecryptor

demonstrate how easy it is for hackers to extract every username and password saved on your Chrome profile.

Primary LanguagePython

ChromeDecryptor

Before we get started, I should mention that I have not tested this on macOS or any Linux distributions. To replicate this demonstration, you must be on a Windows environment with Python. also Will only work on Google Chrome version 79 and below

First let’s begin by importing all the dependencies required, and setting the folder location of your Chrome profile user data. Required dependencies: sqlite3 and win32crypt

Installation

If you get import errors for win32crypt install pypiwin32 :

pip install pypiwin32

Demonstration


AmirHosein Moallemi