Skip to content

tejusrevi/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python based password management application that can save passwords to multiple websites, which can all be accessed using a master key. All entered passwords are encrypted using Caesar's Cipher with psuedorandom shift for each password and are stored locally as a binary text file. GUI was created using tkinter GUI toolkit.

Demo

How to use

# Clone this repository
$ git clone https://github.com/tejusrevi/password-manager

# Install dependencies
$ pip install -r requirements.txt

# Run App.py
$ python App.py

About

A Python desktop application that saves multiple passwords in an encrypted format. Users can access all of their passwords using a master key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages