Skip to content

Delphi project to get and Decrypt Chrome encrypted passwords (Works on all chrome based Browsers)

Notifications You must be signed in to change notification settings

BitmasterXor/Chrome-Password-Recovery

Repository files navigation

Chrome Password Recovery Tool

This Delphi application helps recover saved passwords from Google Chrome's profile data. It decrypts the encrypted passwords stored in Chrome for retrieval.

Screenshot of the Chrome Password Recovery Tool

Features

  • Recover Saved Passwords: Extract passwords stored in Chrome.
  • Decrypt Passwords: Decrypts encrypted passwords for access.
  • User-Friendly Interface: Simple and easy to use.

Installation

  1. Install Required TMS Components:

    • Open the Delphi IDE.
    • Click on File -> Open... and browse to the TMS Cryptography Suite components folder.
    • Look for two files named:
      • TMSCryptoPkgDEDXE??.dproj
      • TMSCryptoPkgDXE??.dproj
      • (The "??" represents your Delphi IDE version number.)
    • Open both files in the IDE simultaneously. (HOLD DOWN SHIFT and click on them both to ensure both are selected then click the OPEN button)
    • Compile the packages:
      • Click once to compile the package.
      • Right-click on the installable package and select Install.
    • Update the Library Path:
      • Go to Tools -> Options... and select Library Path for Win32.
      • Add the path to the components directory where the .dproj files are located.
  2. Open Delphi Project: Open the .dpr file in the Delphi IDE.

  3. Compile: Build the project to generate the executable.

  4. Run: Execute the tool to start using it.

Usage

  1. Launch the Application: Run the tool to automatically locate and scan the Chrome profile directory.
  2. View Recovered Passwords: The passwords will be displayed within the application's interface.

Contributing

Contributions are welcome! If you have improvements or bug fixes, please fork the repository and submit a pull request.

License

This project is provided as is without warantee, use at your own risk!

📧 Contact

Discord: BitmasterXor

Made with ❤️ by: BitmasterXor and Friends, using Delphi RAD Studio

About

Delphi project to get and Decrypt Chrome encrypted passwords (Works on all chrome based Browsers)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages