A simple password generator written in Vue with Vuetify.
- Vue >= 2
- Vuetify >= 1.5
- vue-clipboard2 >= 0.3.0
npm install
npm run serve
npm run build
npm run test
npm run lint
- Word List was obtained from the EFF Large Wordlist for Passphrases on 2019-05-07 and converted to a straight comma-separated word list. The EFF is amazing.
- Word lists for passphrases were generated from [alt12dicts] (https://github.com/en-wl/wordlist/blob/master/alt12dicts/2of12id.txt) and filtered through [google-10000-english] (https://github.com/first20hours/google-10000-english).
- Thanks to XKPassword and XKCD for inspiration.