Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 360 Bytes

Generate a passphrase whenever you need a very strong password. Uses Arnold G. Reinhold’s Diceware technique. A method of choosing a strong and secure password using dice and a list of Diceware words.

Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:1234
$ npm run dev

# build for production
$ npm run build