Skip to content

Create random, secure diceware word list for password security. Website and Windows Electron app.

License

Notifications You must be signed in to change notification settings

robmcelhinney/diceware

Repository files navigation

Diceware

Viewable at https://robmcelhinney.com/diceware/

Download

https://github.com/robmcelhinney/diceware/releases

Currently only available on Windows.

Install

$ git clone git@github.com:robmcelhinney/diceware.git
$ cd diceware
$ npm install

Start & watch

$ npm start

Open http://localhost:3000 to view it in the browser.

Simple build for production

$ npm run build

Build electron

$ npm run electron-pack

Acknowledgments