Password generator that uses a wordlist in combination with numbers and symbols to generate a secure but easy to remember password
You must have NodeJS installed.
In order to edit the password parameters, open App.js and change the lines 5 to 8 as prefered.
To run the script, clone the repository and open this folder. Then run the following command to install the dependencies:
$ npm install
Then run the following command to generate one password, and rerun it until you get one that you like:
$ node app.js
Programmed by: SoraSpades
Idea by: Kemystra
You can also refer the git issue for the origin of this idea: #169