Update Read me

This commit is contained in:
Nikola Petrov 2023-08-28 12:53:46 +02:00
parent 5b1fb62795
commit 14e2780dbc

View File

@ -1,5 +1,5 @@
# Download executable:
http://download.petrovv.com/homep/password_manager/pmv2.zip
http://download.petrovv.com/homep/password_manager/pmv3.zip
# Usage:
The main password that you in input at first password generation is the main password for the program. It is used to encrypt all other passwords. If you forget it, you will not be able to decrypt your passwords. So be careful with it. You can change it later.
@ -17,11 +17,14 @@ Flags:
-i <label> input password for this label (or update if exists)
-d <label> delete password of this label
-s <label> show password for this label
-u <label> update username for this label
-n <label> update label name
-l list all labels
-p print all passwords
-c change master password
```
# Versions:
- V3 - Add username to LoginInfo
- V2 - Remove string size limit
- V1 - Working with string size limit of 20 characters