0.0.5 • Published 8 years ago

mc-pass v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

mc-pass

Generate an encrypted password for your accounts on the internet.

travis-ci

travis-ci

Install

$ npm install mc-pass -g

Example

$ pass facebook zuck

The result will be ready in clipboard.

Show SALT in QRCode

To synchronize your SALT with mobile devices use the QR Code.

$ pass qrcode show

Test

Create .env file with:

PASS_RETURN=true
PASS_DEFAULT=bfb106205382c679eaacc2d6a502edac

And run:

$ npm test

To show salt:

$ cat $HOME/.password

Tow show accounts log

$ cat $HOME/.password-accounts.json

Tested on ubuntu.