Skip to content

Commit 62e2419

Browse files
committed
Update README.md
Fixed typo and now it's more clear
1 parent 20b7c90 commit 62e2419

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1818
1. 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

3838
3. 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!

0 commit comments

Comments
 (0)