Readme
This commit is contained in:
parent
c71667142b
commit
1c364720e2
2 changed files with 32 additions and 25 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Git Ignore
|
||||||
|
.CyPass
|
55
README.md
55
README.md
|
@ -1,25 +1,30 @@
|
||||||
┌────────────────────────────────────────────────────────────────────┐
|
# LiteVault - A lite vault for personal use
|
||||||
│ LiteVault - User/Password management in encrypted Vault - Ver.3.2 │
|
|
||||||
└────────────────────────────────────────────────────────────────────┘
|
|
||||||
SINTAX: ./LiteVault.sh --ACTION parameter ...
|
|
||||||
--help
|
┌────────────────────────────────────────────────────────────────────┐
|
||||||
Show help
|
│ LiteVault - User/Password management in encrypted Vault - Ver.3.2 │
|
||||||
--list
|
└────────────────────────────────────────────────────────────────────┘
|
||||||
List of all account names
|
SINTAX: ./LiteVault.sh --ACTION parameter ...
|
||||||
--new
|
--help
|
||||||
Create new vault file: /home/luisgulo/.LiteVault.gpg
|
Show help
|
||||||
CAUTION: ¡The old one will be removed!
|
--list
|
||||||
--create --account <ACCOUNT> -mk <MasterKey>
|
List of all account names
|
||||||
CREATE new account in LiteVault
|
--new
|
||||||
--show [-t|--token] <TOKEN> -mk <MasterKey>
|
Create new vault file: /home/luisgulo/.LiteVault.gpg
|
||||||
SHOW Login and assword of the account with that token
|
CAUTION: ¡The old one will be removed!
|
||||||
--show -t <TOKEN> [-l|--login] [-p|--password] -mk <MasterKey>
|
--create --account <ACCOUNT> -mk <MasterKey>
|
||||||
SHOW only Login or Password of the account with that token
|
CREATE new account in LiteVault
|
||||||
--update [-t|--token] <TOKEN> -mk <MasterKey>
|
--show [-t|--token] <TOKEN> -mk <MasterKey>
|
||||||
UPDATE account (Login and Password) of the indicated token
|
SHOW Login and assword of the account with that token
|
||||||
--delete --token <TOKEN> -mk <MasterKey>
|
--show -t <TOKEN> [-l|--login] [-p|--password] -mk <MasterKey>
|
||||||
DELETE account with the indicated token
|
SHOW only Login or Password of the account with that token
|
||||||
──────────────────────────────────────────────────────────────────────
|
--update [-t|--token] <TOKEN> -mk <MasterKey>
|
||||||
NOTE: Use -mk <MasterKey> to use the decryption key
|
UPDATE account (Login and Password) of the indicated token
|
||||||
Otherwise it will be requested by console
|
--delete --token <TOKEN> -mk <MasterKey>
|
||||||
──────────────────────────────────────────────────────────────────────
|
DELETE account with the indicated token
|
||||||
|
──────────────────────────────────────────────────────────────────────
|
||||||
|
NOTE: Use -mk <MasterKey> to use the decryption key
|
||||||
|
Otherwise it will be requested by console
|
||||||
|
──────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue