ChromeStealer
ChromeStealer is a tool for educational purposes to demonstrate how to extract and decrypt stored passwords from Google Chrome on a Windows system using C/C++.
Install / Use
/learn @BernKing/ChromeStealerREADME
Overview
ChromeStealer was created because existing write-ups and C/C++ versions either didn't work or didn't satisfy me enough. I hope that the write-up helps other people who were in the same position as me.
Dependencies
This project uses the following libraries:
Installation
This project uses vcpkg to manage dependencies. Ensure you have vcpkg installed and integrated with Visual Studio 2022.
-
Clone the repository:
git clone https://github.com/BernKing/ChromeStealer.git cd ChromeStealer -
Install the dependencies using vcpkg:
vcpkg install libsodium jsoncpp sqlite3 -
Open the project in Visual Studio 2022.
Usage
- Build the project in Visual Studio 2022.
- Run the executable. Follow the on-screen instructions to extract and decrypt stored passwords from Google Chrome.
Full Write-Up
For a detailed explanation of the project, visit the full write-up at my blog.
Disclaimer
This tool is intended for educational purposes only. Misuse of this tool can lead to legal consequences. Always ensure you have permission before using it on any system. The author is not responsible for any misuse of this tool.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgements
Related Skills
node-connect
337.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.3kCommit, push, and open a PR
