uccser/cs-field-guide

View on GitHub
csfieldguide/static/interactives/rsa-key-generator/README.md

Summary

Maintainability
Test Coverage
# RSA Key Generation Interactive

**Original Author:** Heidi Newton  
**Modified By:** Jack Morgan, Alasdair Smith

This interactive is created for the encryption chapter in providing RSA public and private keys for the encryption and decryption interactives.

## Required Files

This interactive uses the [node-rsa library](https://github.com/rzcoder/node-rsa).
Its licence is listed in `LICENCE-THIRD-PARTY` with a full copy available in the `third-party-licences` directory.

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.