Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 970 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 970 Bytes

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