This is a simple ReactJS based diceware password generator. Passwords are generated using 4 different words lists:
- English
- Finnish
- Maori
- Polish
Passwords could be 4 up to 10 words long, and words could be separated by separator (or or more characters) of choice.
Want to check how it works? Go to: https://maciektalaska.github.io/react-diceware/
Diceware is a method of generating passwords that are easy to remember. XKCD comic (https://xkcd.com) has a great explanation:
More on diceware method: http://world.std.com/~reinhold/diceware.html
Note: Diceware is trademark of A G Reinhold.