File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Python Password is intended to safely store passwords.
99##### Current version 0.1 (Alpha)
1010
1111## How does it work?
12- At first launch program is creating local database (SQLite database). Of course program is searching for file
13- every time it's opened In that database passwords will be stored and ` master.key ` file, where's stored key
14- used to encrypt end decrypt passwords. That ` .key ` file is generated based on user password and random
15- ASCII symbol or also user input so you can replicate the key with 2 simple inputs .
12+ Program is saving passwords to local database (SQLite database). Passwords are encrypted with a secret key, based
13+ on master password and salt, both could be a user input (or only the first one) so you can re-create the file
14+ when it's gone for some reasons. When you would like to get any password it won't be prompted on the screen, but
15+ safely copied to clipboard .
1616
1717## Quick start guide
18181 . At very first launch, program will create 3 files:
@@ -37,6 +37,6 @@ ASCII symbol or also user input so you can replicate the key with 2 simple input
3737
38383 . Program is working in loop, so it will continue working unless you will close the windows or select ` Exit ` option.
3939
40- oIf you want to help me improve this program, please contact me via Discord: ` Anonymous©#7296 ` , or this repo's issues.
40+ If you want to help me improve this program, please contact me via Discord: ` Anonymous©#7296 ` , or this repo's issues.
4141
4242### Thanks for all of your help!
You can’t perform that action at this time.
0 commit comments