CyberChef/test/tests/operations
toby 3c15bd9e29 Add "{To,From} EBCDIC" operations
This adds operations
+ "To EBCDIC"
+ "From EBCDIC"

This makes use of the npm codepage package but it is not installed as a
dependency.

Instead I used the `make.sh` script to export pages 37 and 500.

To my knowledge there is no way currently to only import individual code pages
from the npm package (hence the included script).

If we were to import the package directly it increases the build size by
2.7MB.
2017-05-07 18:07:56 -04:00
..
Base58.js Converted all modules from CommonJS to ES6 2017-03-23 17:52:20 +00:00
ByteRepr.js Fixed lint error 2017-04-05 22:03:30 +01:00
CharEnc.js Add "{To,From} EBCDIC" operations 2017-05-07 18:07:56 -04:00
Compress.js Converted all modules from CommonJS to ES6 2017-03-23 17:52:20 +00:00
FlowControl.js Converted all modules from CommonJS to ES6 2017-03-23 17:52:20 +00:00
MorseCode.js Converted all modules from CommonJS to ES6 2017-03-23 17:52:20 +00:00
StrUtils.js Changed Head and Tail tests to match new 'AllBut' configuration. 2017-04-23 18:29:54 +01:00