You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vault for secure storage of passwords and other sensitive data
Usage from the command line:
python -m n0vault [-h] [-v VAULT_FILE] [-e] [-p PASSWORD] [-d]
[-u [XPATH [VALUE ...]]] [-f] [-r XPATH] [-s XPATH]
optional arguments:
-h, --help show this help message and exit
-v VAULT_FILE, --vault VAULT_FILE
use VAULT_FILE as storage. By default:
'default.n0vault'
-e, --encrypt save into ENCRYPTED vault file
-p PASSWORD, --password PASSWORD
use PASSWORD
-d, --decrypt save into DECRYPTED vault file
-u [XPATH [VALUE]], --update [XPATH [VALUE]]
add/update VALUE for the XPATH, if VALUE or both
XPATH/VALUE are not defined, they should be entered
manually without showing the VALUE
-f, --forbid forbid to show/decrypt storage by standard
functionality
-r XPATH, --remove XPATH
remove item with XPATH
-s XPATH, --show XPATH
show value for the XPATH