Chrome App-Bound Encryption Decryption
This tool is designed to decrypt App-Bound Encrypted (ABE) keys stored in Chromium-based browsers like Chrome, Brave, and Edge. It utilizes the IElevator COM interface to bypass path validation and encryption protections introduced in Chrome 127.
Key Features:
- Bypass Path Validation: Injects a DLL into the browser process to call IElevator without requiring administrative privileges.
- Multiple Injection Methods: Supports various methods for DLL injection, including stealth options.
- Verbose Debugging: Offers extensive debugging output to assist in troubleshooting.
- Auto-Start Browser: Can automatically launch the browser if it is not already running.
- Process Cleanup: Optionally cleans up processes after decryption.
Benefits:
- Research and Education: Intended for cybersecurity research and educational purposes, ensuring compliance with legal guidelines.
- User-Friendly: Simple command-line interface for ease of use.
Highlights:
- Supports Chrome, Brave, and Edge browsers.
- Requires the target browser to be running unless using the
--start-browser
option. - New features in v0.4 include selectable injection methods and improved code refactoring.