Wordlist Password Generator
Uses words found within the worldlists on the site [https://www.wordgamedictionary.com/word-lists/]
No External Dependecies
Uses Async Compatible with Node versions >=7.6 (containing default ASYNC)
let randomPass = ;/** * (4) Number of letters you want to word to have | Max = 12 * (2) Levels of depth | 2 words and 2 numbers * */let userPassword = 42;userPassword;/* This would return something like lahs.guru-10 */
To Do
- Allow for upload of custom wordlist