wordtopass

Word to password generator

Usage no npm install needed!

<script type="module">
  import wordtopass from 'https://cdn.skypack.dev/wordtopass';
</script>

README

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

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

License

MIT