Skip to content

osuchtk/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-Manager

Simple password manager using Pyhon with Kivy framework.

How does it work?

When user creates an account his username and password (which is hashed using bcrypt) are saved to a file. During registration process user gets unique key and generator used to encode and decode all credentials stored - I use cryptography package to achieve it. Every saved credentials can be deleted or modyfied. Temporarily all saved data and master password are stored in one file, but in future I'm plannig to store all data in database.

Login window:

obraz

Main window:

obraz

About

Simple password manager using Pyhon with Kivy framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages