This Python script allows users to securely extract, decrypt, view, export, and manage saved login credentials from Google Chrome's local user data. It also includes features to back up login data, redact sensitive information, and filter credentials for better analysis.
⚠️ Important Notice: This tool is intended for educational and ethical purposes only. Use it only on systems and data you own or are authorized to access.
- ✅ Decrypt and display saved Chrome passwords
- 📁 Export credentials to TXT, CSV, and JSON
- 🔐 Encrypt and update existing login entries
- 🔍 Filter credentials by domain or username
- 🕵️ Redact sensitive information for safe review
- 🧱 Backup original Chrome Login Data
- 📜 Logging for all operations
-
Python 3.x
-
Windows OS (uses
win32crypt
) -
Required packages:
pip install pywin32
-
Clone the repository:
git clone https://github.com/your-username/chrome-password-extractor.git cd chrome-password-extractor
-
Run the script:
python extractor.py
-
Review the output in the terminal and exported files (TXT, CSV, JSON).
We welcome and appreciate contributions from the community!
If you would like to:
- Report a bug
- Suggest a new feature
- Improve the code or documentation
Please feel free to open an issue or submit a pull request.
- Fork the repository
- Create a new branch (
git checkout -b feature-name
) - Commit your changes (
git commit -am 'Add feature'
) - Push to the branch (
git push origin feature-name
) - Open a pull request
This project is licensed under the MIT License.
The authors and contributors of this repository are not responsible for any misuse of this code. Always comply with privacy laws and ethical guidelines.
با تشکر از شما برای علاقهمندیتان! خوشحال میشویم که در توسعه این پروژه مشارکت کنید.