Skip to content

Releases: TagSteel/ChromeRecover

1.1.0

31 Mar 20:12
705dbcf

Choose a tag to compare

Full Changelog: v1.0.0...1.1.0

1.0.0

02 Mar 12:51

Choose a tag to compare

🎉 Initial Release

First stable release of ChromeRecover - A cross-platform Chrome password decryption tool.

✨ Added

  • Windows decryption support via DPAPI (decryptor_windows_final.py)
  • Linux decryption support via AES-GCM with master key (decryptor_linux_final.py)
  • Support for v10 and v20 encryption formats
  • App-Bound Encryption bypass guide for Windows users (DISABLE_GUIDE.md)
  • PowerShell script for automated App-Bound Encryption disabling (disable_app_bound_encryption.ps1)
  • Windows master key extraction utility (get_key_windows.py)
  • Cross-platform dependencies management (requirements.txt)
  • Comprehensive documentation (README.md)

📋 Requirements

  • Python 3.7 or higher
  • Windows: pywin32 module
  • Linux: pycryptodome, python-dotenv modules

🔧 Platform Support

✅ Windows 10/11
✅ Linux (Ubuntu, Debian, Arch, etc.)

⚠️ Security Notice

This tool is intended for personal and educational use only. Only decrypt your own Chrome passwords. Unauthorized access to others' credentials is illegal.


Full Changelog: Initial release