Skip to content

Decrypt encrypted passwords and cookies saved in latest versions of Chrome

License

Notifications You must be signed in to change notification settings

CaptanMoss/decrypt-chrome-passwords-and-cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decrypt-chrome-passwords-and-cookies

Decrypt encrypted passwords and cookies saved in all versions of Chrome.

Overview

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.

Usage

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.

Requirements

To compile and use this tool, you need the following libraries:

Installation

  1. Clone the repository: https://github.com/CaptanMoss/decrypt-chrome-passwords-and-cookies.git

  2. Install the required libraries:

    • Crypto++® Library 8.7
    • cJSON
    • sqlite3
  3. Build the executable using your preferred compiler.

Example

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.

Demo

Contributing

🤝 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.

About

Decrypt encrypted passwords and cookies saved in latest versions of Chrome

Resources

License

Stars

Watchers

Forks

Packages

No packages published