CyberChef/src/core
2018-03-25 16:42:33 +01:00
..
config initial functionality commit 2018-03-16 14:42:55 +00:00
lib Switched from uas_parser.js to ua-parser-js library to improve library management and remove ReDos vulnerabilities. Also improved performance of two native regexes. Thanks to James Davis for raising awareness. 2018-02-28 16:40:15 +00:00
operations add comments 2018-03-25 16:42:33 +01:00
Chef.js Chef now defaults to treat as UTF8 if option is not set 2018-01-06 16:21:42 +00:00
ChefWorker.js Switched from uas_parser.js to ua-parser-js library to improve library management and remove ReDos vulnerabilities. Also improved performance of two native regexes. Thanks to James Davis for raising awareness. 2018-02-28 16:40:15 +00:00
Dish.js BigNumber Dish types are now converted to fixed notation instead of exponential when translated between types 2018-01-12 18:28:40 +00:00
FlowControl.js Fixed deep copy bug with Fork/Register ingredient values. 2018-01-25 14:03:13 +00:00
Ingredient.js Replaced hexToByteArray with fromHex and byteArrayToHex with toHex. Switched displayFilesAsHTML operation to use template strings and introduced markup formatting method. 2017-07-07 13:23:58 +00:00
Operation.js Highlighting now works with the web worker 2017-09-19 23:34:03 +01:00
Recipe.js 'Register' and 'Fork' now play well together. 2018-01-24 16:54:37 +00:00
Utils.js Fix for UTF-8/binary handling in hashing operations. Added tests to prevent future breakages. Closes #249. 2018-03-04 17:39:53 +00:00