Skip to content

A Python script to extract and decrypt saved passwords from Chrome, Firefox, and Brave. Handles various data formats and saves credentials to a file.

Notifications You must be signed in to change notification settings

Nik0-Byt3/Browser-password-decryption-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Browser-password-decryption-tool

A Python script designed to extract and decrypt saved passwords from popular web browsers, including Chrome, Firefox, Brave, and Edge. This tool supports various data formats and provides a convenient way to recover stored credentials.

Features

  • Extracts passwords from Chrome, Brave, Edge, and Firefox browsers.
  • Supports decryption of encrypted password databases.
  • Handles both JSON and SQLite database formats.
  • Saves extracted credentials to a user-specified file.

Directory Structure

main_directory/
│
├── Chrome/
│   ├── Login Data
│   └── Local State
│
├── Brave/
│   ├── Login Data
│   └── Local State
│
├── Edge/
│   ├── Login Data
│   └── Local State
│
└── Firefox/
    ├── logins.json
    └── key4.db


About

A Python script to extract and decrypt saved passwords from Chrome, Firefox, and Brave. Handles various data formats and saves credentials to a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages