Skip to content

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

License

Notifications You must be signed in to change notification settings

BernKing/ChromeStealer

Repository files navigation

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++.
Created by @bernKing20.


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:

  1. libsodium
  2. nlohmann/json
  3. sqlite3

Installation

This project uses vcpkg to manage dependencies. Ensure you have vcpkg installed and integrated with Visual Studio 2022.

  1. Clone the repository:

    git clone https://github.com/BernKing/ChromeStealer.git
    cd ChromeStealer
  2. Install the dependencies using vcpkg:

    vcpkg install libsodium jsoncpp sqlite3
  3. Open the project in Visual Studio 2022.

Usage

  1. Build the project in Visual Studio 2022.
  2. 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages