Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maciektalaska/react-diceware

Simple diceware (tm) inspired password generator written in ReactJS
https://github.com/maciektalaska/react-diceware

diceware diceware-password diceware-utils password-generator react reactjs

Last synced: about 1 month ago
JSON representation

Simple diceware (tm) inspired password generator written in ReactJS

Awesome Lists containing this project

README

        

React-Diceware
====

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/

What is diceware?
----

Diceware is a method of generating passwords that are easy to remember. XKCD comic (https://xkcd.com) has a great explanation:

![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.