Skip to content

Commit 1882c2f

Browse files
committed
Update README.md
1 parent 6458ab4 commit 1882c2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@
66

77
## What is the program about?
88
Python Password is intended to safely store passwords.
9+
<<<<<<< Updated upstream
910
##### Current version 0.1 (Alpha)
11+
=======
12+
>>>>>>> Stashed changes
1013
1114
## How does it work?
1215
Program is saving passwords to local database (SQLite database). Passwords are encrypted with a secret key, based
1316
on master password and salt, both could be a user input (or only the first one) so you can re-create the file
1417
when it's gone for some reasons. When you would like to get any password it won't be prompted on the screen, but
1518
safely copied to clipboard.
1619

17-
## Quick start guide
20+
## Quick start guide for `v0.1.x`
1821
1. At very first launch, program will create 3 files:
1922

2023
- `Alpha.key`,

0 commit comments

Comments
 (0)