update readme
This commit is contained in:
parent
b05899bc9d
commit
6d7003ad89
11
README.md
11
README.md
@ -3,6 +3,17 @@ A simple password manager that uses a master password to encrypt and decrypt pas
|
|||||||
The master password is hashed with salt and pepper. \
|
The master password is hashed with salt and pepper. \
|
||||||
The passwords are stored encrypted in sqlite3 database and are decrypted only when needed.
|
The passwords are stored encrypted in sqlite3 database and are decrypted only when needed.
|
||||||
|
|
||||||
|
## As a user I want to:
|
||||||
|
- specify the master password upon the first run of the program
|
||||||
|
- identify myself with the master password upon each run of the program
|
||||||
|
- list all entries in the database
|
||||||
|
- copy a password stored in the database to the clipboard by decrypting it with provided master password
|
||||||
|
- add a new entry to the database which will store a password safely in encrypted form
|
||||||
|
- delete an entry from the database
|
||||||
|
- update a password of an entry in the database
|
||||||
|
- change the master password, which will re-encrypt all passwords in the database so I can access them with the new master password
|
||||||
|
- exit the program
|
||||||
|
|
||||||
## Authors:
|
## Authors:
|
||||||
- Jan Wojciechowski
|
- Jan Wojciechowski
|
||||||
- Sebastian Jerzykiewicz
|
- Sebastian Jerzykiewicz
|
||||||
|
Loading…
Reference in New Issue
Block a user