An open API service indexing awesome lists of open source software.

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

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:

![alt text](https://imgs.xkcd.com/comics/password_strength.png "xkcd on Diceware")

More on diceware method: http://world.std.com/~reinhold/diceware.html

**Note:** Diceware is trademark of A G Reinhold.