Skip to content

Flask based web application to see the Google Chrome saved passwords in your computer (decrypting them).

Notifications You must be signed in to change notification settings

Fonta22/Chrome-Passwords-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome-Password-Manager

Flask based web application to see the Google Chrome saved passwords in your computer.

Usage

Install requirements

Install all the requirements using the Python Package Installer (pip) by running this command in the root directory of the project:

$ pip install -r requirements.txt

Run the application

On localhost

To start the Flask server, execute app.py, so the application will start running at your HTTP port 8888 (by default).

$ python app.py

Once the application is running, open localhost:8888 or 127.0.0.1:8888 to view the web interface.

Demo

Demo

About

Flask based web application to see the Google Chrome saved passwords in your computer (decrypting them).

Topics

Resources

Stars

Watchers

Forks