uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/password-guesser/README.md

Summary

Maintainability
Test Coverage
# Password Guesser Interactive

**Author:** Alasdair Smith

## Description

This interactive allows the user to experience the effects of salting and how some passwords are much easier to guess than others.

## URL Parameters

Salts are enabled by default.
To disable salting, add `?salted=false` to the end of the URL

## Third Party Files

This interactive uses a free [copy icon by Icons8](https://icons8.com/icon/86216/copy).

This interactive uses [crypto-js](https://github.com/brix/crypto-js).
It's licence is listed in `LICENCE-THIRD-PARTY`, with a full copy available in the `third-party-licences` directory.