https://github.com/maciektalaska/vue-diceware
diceware password generator written in Vue
https://github.com/maciektalaska/vue-diceware
diceware diceware-password password-generator vue vuejs2
Last synced: 3 months ago
JSON representation
diceware password generator written in Vue
- Host: GitHub
- URL: https://github.com/maciektalaska/vue-diceware
- Owner: MaciekTalaska
- Created: 2020-04-01T19:17:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:16:24.000Z (over 2 years ago)
- Last Synced: 2025-01-08T18:50:38.392Z (4 months ago)
- Topics: diceware, diceware-password, password-generator, vue, vuejs2
- Language: Vue
- Homepage: https://maciektalaska.github.io/vue-diceware/
- Size: 1.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vue Diceware
===============This is simple diceware password generator built using [Vue](https://vuejs.org/) and plain JavaScript.
It generates passwords consisting 4 up to 10 words using 4 different word lists (English, Finnish, Maori, Polish). Separator also could be provided for convenience.Want to check how it works? Go to: https://maciektalaska.github.io/vue-diceware
What is diceware?
-----------------Diceware is a method of generating passwords that are easy to remember. [XKCD comic](https://xkcd.com) explains it as follows:

More on diceware method: http://world.std.com/~reinhold/diceware.html
**Note:** Diceware is trademark of A G Reinhold.