ivgam-vault
v1.0.5
Published
Ivgam Vault CLI password manager
Readme
🗝️ Ivgam Vault
Ivgam Vault is a simple and secure CLI password manager that stores encrypted data locally.
The vault is stored at ~/.local/vault.dat (or %USERPROFILE%\.local\vault.dat on Windows).
⚡ Installation
From npm
npm install -g ivgam-vaultUsage
Initialize a new vault:
vault initOpen the interactive shell:
vaultYou can also run commands directly:
vault add <name>
vault get [name]
vault list
vault edit <name>
vault rm <name>