Skip to content

Parole is password manager using Python and Tkinter (GUI). It stores data in a single file using a user-friendly interface.

License

Notifications You must be signed in to change notification settings

framboise-pi/Parole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

parole

Parole is a password manager using Python and Tkinter (GUI). It stores data in a single - crypted with a fernet key - file using a user-friendly interface.
This fernet key is hard-coded within parole.py. Keep it secret, and maybe do not keep parole.py and .paz in the same place...

.paz


Extension of the data file(s) is .paz, on creation of a .paz file, you will be asked for a password.
On opening .paz file, you will be asked for the password.

To resume

A .paz file will contain all data, it is crypted (fernet-key) and protected by a password (crypted within the file).
Keep separated parole.py and .paz

Data

site URL | Site name | User nickname(optionnal) | User connection | User password | Comment(optionnal)
Two buttons: Copy connection | Copy password, to quickly copy/paste these values
Search functionnality

Dependencies

pip install cryptography pyperclip

Export

Will export all datas to .json file format

About

Parole is password manager using Python and Tkinter (GUI). It stores data in a single file using a user-friendly interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages