Giter Club home page Giter Club logo

chrome-decrypter's Introduction

chrome-decrypter

Python script to decrypt saved Chrome usernames and passwords on windows

Setup

Python dependencies

Python 3.6 and:

python -m pip install pipenv

chrome-decrypter dependencies to run and build

pipenv install

Run

pipenv run python chrome_decrypt.py

Build .exe

pipenv run pyinstaller --clean -F --distpath=. chrome_decrypt.py

chrome-decrypter's People

Contributors

byt3bl33d3r avatar thisismyrobot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome-decrypter's Issues

"password" not defined

[+] Opening LoginDATA [-] (-2146893813, 'CryptUnprotectData', 'Key not valid for use in specified state.') Traceback (most recent call last): File "<string>", line 39, in <module> NameError: name 'password' is not defined

Run in Linux

Hi Team

How can I run this in Ubuntu system
Error on line - win32crypt

Thanks

name 'password' is not defined

here is the output (I censored my name)
Traceback (most recent call last): File "C:/Users/*****/Desktop/codes/python/*************/__main__.py", line 38, in <module> if password: NameError: name 'password' is not defined [+] Opening C:\Users\*****\AppData\Local\Google\Chrome\User Data\Default\Login Data [-] (87, 'CryptProtectData', 'The parameter is incorrect.')

android chrome decrypt

does anyone have any idea on how to decrypt the passwords on android? they are also encrypted. obviously this stuff wont work because android doesnt have the cryptdata routines

cannot open db file

hi all,

why this happens?

[+] Opening C:\Users*******\AppData\Roaming\Google\Chrome\User Data\Default\Login Data
[-] unable to open database file

running exe file

in 2 different pc's i have the same error
please help me

ty

Decrypting non-ASCII passwords fails

When I decrypt my passwords, the program fails with an exception:

Traceback (most recent call last):
  File "<string>", line 42, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)

This is because one of my passwords contains non-ASCII characters.

exe giving ImportError

After i done compiling to exe using pyinstaller it went without error. Then i try to run exe it throws importerror: failed to import while win32crypt.
please help me to fix it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.