It's a simple password manager maded with nodejs!
just run:
passm ${your access password}
OBS: If it is your first access the provide password will be registered.
Commands:
list: list all password;
check ${password name}: display the required password;
remove ${password name}: remove a password;
edit ${password name}: edit a password;
new ${password name} ${password}: register a new password;
set-global-password ${new password} ${current password}: to set a new access password;
All the passwords are saved in a json file, but it's encrypted!
passm.mp4
Nathan Cotrim - MIT