Update readme
This commit is contained in:
parent
0e4308f9b7
commit
3df1a43521
27
README.md
27
README.md
@ -1,6 +1,27 @@
|
||||
# Download executable:
|
||||
http://download.petrovv.com/homep/password_manager.zip
|
||||
|
||||
http://download.petrovv.com/homep/password_manager/pmv2.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.
|
||||
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.
|
||||
|
||||
# How to use:
|
||||
```
|
||||
Usage:
|
||||
|
||||
password_manager.exe [flags]
|
||||
|
||||
Flags:
|
||||
-h print this message
|
||||
<label> get password of this label can use GLOB
|
||||
-g <label> generate password of this label (or update if exists)
|
||||
-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
|
||||
-l list all labels
|
||||
-p print all passwords
|
||||
-c change master password
|
||||
```
|
||||
|
||||
# Versions:
|
||||
- V2 - Remove string size limit
|
||||
- V1 - Working with string size limit of 20 characters
|
||||
|
Loading…
x
Reference in New Issue
Block a user