Vue Diceware

This is simple diceware password generator built using Vue 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.

## What is diceware? Diceware is a method of generating passwords that are easy to remember. XKCD comic explains it as follows:

What-is-diceware

GitHub