uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/caesar-cipher/README.md

Summary

Maintainability
Test Coverage
## Description

This interactive encrypts and decrypts using the Caesar Cipher.

## Usage

To use this within the Field Guide it should be use an interactive tag (e.g. `{interactive slug="caesar-cipher" type="iframe"}`).

## 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 es5-shim and es6-shim.
Their licences are listed in `LICENCE-THIRD-PARTY`, with full copies available in the `third-party-licences` directory.