version 3.2
This commit is contained in:
parent
194c1c6068
commit
c71667142b
3 changed files with 26 additions and 1 deletions
|
@ -81,7 +81,7 @@ function ShowHelp() {
|
||||||
echo " SHOW only Login or Password of the account with that token"
|
echo " SHOW only Login or Password of the account with that token"
|
||||||
echo -e "$cBOLD --update [-t|--token] <TOKEN> -mk <MasterKey> $cDEFAULT"
|
echo -e "$cBOLD --update [-t|--token] <TOKEN> -mk <MasterKey> $cDEFAULT"
|
||||||
echo " UPDATE account (Login and Password) of the indicated token"
|
echo " UPDATE account (Login and Password) of the indicated token"
|
||||||
echo -e "$cBOLD --delete --token <TOKEN> -mk >MasterKey> $cDEFAULT"
|
echo -e "$cBOLD --delete --token <TOKEN> -mk <MasterKey> $cDEFAULT"
|
||||||
echo " DELETE account with the indicated token"
|
echo " DELETE account with the indicated token"
|
||||||
echo "──────────────────────────────────────────────────────────────────────"
|
echo "──────────────────────────────────────────────────────────────────────"
|
||||||
echo " NOTE: Use -mk <MasterKey> to use the decryption key "
|
echo " NOTE: Use -mk <MasterKey> to use the decryption key "
|
||||||
|
|
25
README.md
Normal file
25
README.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
┌────────────────────────────────────────────────────────────────────┐
|
||||||
|
│ LiteVault - User/Password management in encrypted Vault - Ver.3.2 │
|
||||||
|
└────────────────────────────────────────────────────────────────────┘
|
||||||
|
SINTAX: ./LiteVault.sh --ACTION parameter ...
|
||||||
|
--help
|
||||||
|
Show help
|
||||||
|
--list
|
||||||
|
List of all account names
|
||||||
|
--new
|
||||||
|
Create new vault file: /home/luisgulo/.LiteVault.gpg
|
||||||
|
CAUTION: ¡The old one will be removed!
|
||||||
|
--create --account <ACCOUNT> -mk <MasterKey>
|
||||||
|
CREATE new account in LiteVault
|
||||||
|
--show [-t|--token] <TOKEN> -mk <MasterKey>
|
||||||
|
SHOW Login and assword of the account with that token
|
||||||
|
--show -t <TOKEN> [-l|--login] [-p|--password] -mk <MasterKey>
|
||||||
|
SHOW only Login or Password of the account with that token
|
||||||
|
--update [-t|--token] <TOKEN> -mk <MasterKey>
|
||||||
|
UPDATE account (Login and Password) of the indicated token
|
||||||
|
--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
|
||||||
|
──────────────────────────────────────────────────────────────────────
|
BIN
bin/LiteVault
BIN
bin/LiteVault
Binary file not shown.
Loading…
Reference in a new issue