Create random, secure diceware word list for password security. Website and Windows Electron app.
Viewable at https://robmcelhinney.com/diceware/
https://github.com/robmcelhinney/diceware/releases
Currently only available on Windows.
$ git clone git@github.com:robmcelhinney/diceware.git
$ cd diceware
$ npm install
$ npm start
Open http://localhost:3000 to view it in the browser.
$ npm run build
$ npm run electron-pack