/wordtopass

Word to readable password generator

Primary LanguageJavaScriptMIT LicenseMIT

wordtopass

Word to readable password generator

Installation

  • You need to have NodeJS installed on your machine

  • Install wordtopass with terminal

$ npm install -g wordtopass

# if there's some error like "npm ERR! Error: EACCES", run this command
$ sudo npm install -g wordtopass

Usage

$ wordtopass
- prompt: Enter the word you want to generate:  motherfucker
- Generated password : M0tH3RfU<k3r

License

MIT