0.0.5 • Published 8 years ago
mc-pass v0.0.5
mc-pass
Generate an encrypted password for your accounts on the internet.
Install
$ npm install mc-pass -gExample
$ pass facebook zuckThe result will be ready in clipboard.
Show SALT in QRCode
To synchronize your SALT with mobile devices use the QR Code.
$ pass qrcode showTest
Create .env file with:
PASS_RETURN=true
PASS_DEFAULT=bfb106205382c679eaacc2d6a502edacAnd run:
$ npm testTo show salt:
$ cat $HOME/.passwordTow show accounts log
$ cat $HOME/.password-accounts.jsonTested on ubuntu.
