A game about password strength.
Currently deployed at https://password-game.firebaseapp.com
The player estimates the strength of a given password on a scale from 1 (weak) to 5 (strong). The game uses the zxcvbn password strength estimator to create an objective rating. If the player's rating matches the zxcvbn score, they will get 100 points. The higher the mismatch between the rating and the zxcvbn score, the fewer points the player will get.
The goal of the game is get as many points as possible within one minute and as accurately as possible.
Runnable from project root:
npm makecsvgenerates nice CSV files to thedatafolder.rounds.csvcontains each password, objective analyses and a user's perception.
We log the responses to the database so we can analyze password strength perceptions.
- Polymer
- zxcvbn
- WebComponents.org
to be added.
