Skip to content

Rinceri/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Password Manager

Steps to use:

  1. Run the start.py file (only first time)
  2. And you're good to go! Run main.py everytime you want to start the password manager.

Features

  • Only the hashed form of the master password is stored in database.
  • Encryption keys are derived from the master password, and hence never stored in database
  • Can generate securely random passwords

Disclaimer

This project is for learning purposes mainly. It may not follow the best security standards and there may be flaws in the program. Feel free to report them or suggest new features.

About

A password manager written in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages