Decrypt encrypted passwords and cookies saved in all versions of Chrome.
This tool allows you to decrypt encrypted passwords and cookies saved in all versions of Chrome. It provides options to retrieve username and password information as well as cookies information for the URLs saved in Chrome.
To use this tool, execute the following command: decrypt-chrome-passwords-and-cookies_x64.exe --help
Options:
-d
,--credentials
: Get username and password information for the URL saved in Chrome.-c
,--cookies
: Get cookies information for the URL saved in Chrome.
To compile and use this tool, you need the following libraries:
-
Clone the repository: https://github.com/CaptanMoss/decrypt-chrome-passwords-and-cookies.git
-
Install the required libraries:
- Crypto++® Library 8.7
- cJSON
- sqlite3
-
Build the executable using your preferred compiler.
Here is an example command to retrieve username and password information:
decrypt-chrome-passwords-and-cookies_x64.exe -d
This command will retrieve username and password information for the URLs saved in Chrome.
🤝 Contributions are welcome! If you'd like to contribute to this project, please open a pull request or create an issue to discuss your suggestions.