csfieldguide/static/interactives/frequency-analysis/README.md
# Frequency Analysis Interactive
## Description
This interactive displays a bar chart of counts of specific characters within a piece of text for in understanding frequency analysis attacks.
## Required Files
The interactive loads from a base website template which includes a JavaScript file containing jQuery, Bootstrap, and a few other utilities and polyfills.
See `static/js/website.js` for a full list.
This interactive also requires chart.js, es5-shim and es6-shim.
Their licences are listed in `LICENCE-THIRD-PARTY` with a full copy available in the `third-party-licences` directory.