Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maciektalaska/react-diceware
- Owner: MaciekTalaska
- Created: 2018-04-19T15:53:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:36:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T13:39:11.764Z (almost 2 years ago)
- Topics: diceware, diceware-password, diceware-utils, password-generator, react, reactjs
- Language: JavaScript
- Homepage: https://maciektalaska.github.io/react-diceware/
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.MD
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
- PolishPasswords 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.