This Delphi application helps recover saved passwords from Google Chrome's profile data. It decrypts the encrypted passwords stored in Chrome for retrieval.
- Recover Saved Passwords: Extract passwords stored in Chrome.
- Decrypt Passwords: Decrypts encrypted passwords for access.
- User-Friendly Interface: Simple and easy to use.
-
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.
-
Open Delphi Project: Open the
.dpr
file in the Delphi IDE. -
Compile: Build the project to generate the executable.
-
Run: Execute the tool to start using it.
- Launch the Application: Run the tool to automatically locate and scan the Chrome profile directory.
- View Recovered Passwords: The passwords will be displayed within the application's interface.
Contributions are welcome! If you have improvements or bug fixes, please fork the repository and submit a pull request.
This project is provided as is without warantee, use at your own risk!
Discord: BitmasterXor
Made with ❤️ by: BitmasterXor and Friends, using Delphi RAD Studio