File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 66
77## What is the program about?
88Python 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?
1215Program is saving passwords to local database (SQLite database). Passwords are encrypted with a secret key, based
1316on master password and salt, both could be a user input (or only the first one) so you can re-create the file
1417when it's gone for some reasons. When you would like to get any password it won't be prompted on the screen, but
1518safely copied to clipboard.
1619
17- ## Quick start guide
20+ ## Quick start guide for ` v0.1.x `
18211 . At very first launch, program will create 3 files:
1922
2023 - ` Alpha.key ` ,
You can’t perform that action at this time.
0 commit comments