Skip to content

thisismyrobot/chrome-decrypt.ps1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chrome-decrypt.ps1

This script dumps Chrome saved credentials, taking advantage of the fact that Win10 now ships with SQLite support built-in (as winsqlite3.dll).

This dramatically reduces the payload size for this script, as opposed to needing to include or download System.Data.SQLite.dll.

Tested with PowerShell 5.1 Windows 10, and also supports PowerShell 7.x.

TODO

  • Unicode passwords (may work, I haven't tested).

Minified version

This is hand-minified (1260 chars), if you can do better please consider opening a PR so I can include it here and give your PS minification skills some credit! :)

Acknowledgements

This script wouldn't have happened without the guidance from these examples:

I have to say it...

This is for educational purposes only, please don't misuse this script.

About

PowerShell-powered Chrome password extractor for Windows 10

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published