CyberChef/src/core
CPlusSharp 1dbcd2ac84 PEMtoHex: Support arbitrary PEMs
previous implementation only supported some PEMs (e.g. Certificate)

the new implementation is more general,
it just extracts the base64 between
header and footer and decodes that to hex
2021-11-07 11:21:17 +01:00
..
config Protobuf operations improved to enable full and partial schema support 2021-08-18 17:22:09 +01:00
dishTypes Issue 998: DishJSON should only replace undefined with new ArrayBuffer not null or false 2020-03-28 20:27:59 +00:00
errors Export cyberchef error types to be used in consuming applications 2019-09-20 18:40:21 +01:00
lib Switch XOR input and output differential logic. Fixes #1155 2021-09-03 14:58:48 +01:00
operations PEMtoHex: Support arbitrary PEMs 2021-11-07 11:21:17 +01:00
vendor Fixed tesseract issue 2020-05-27 15:00:34 +01:00
Chef.mjs Suppressed highlighting errors 2020-03-18 13:40:16 +00:00
ChefWorker.js Added a CodeQL workflow to check for bugs through code analysis. Fixed numerous bugs and implemented safeguards as already reported. 2021-02-10 13:13:19 +00:00
Dish.mjs Added a CodeQL workflow to check for bugs through code analysis. Fixed numerous bugs and implemented safeguards as already reported. 2021-02-10 13:13:19 +00:00
Ingredient.mjs Preserve null data when type is number in prepare 2020-01-18 14:56:17 +00:00
Operation.mjs Imports now specify the file extension to support Node v12 2019-07-09 12:23:59 +01:00
Recipe.mjs Comments are now treated as disabled so that they do not interfere with the Dish type. Closes #1126 and #1132. Thanks to @mt3571 for the suggestion. 2021-02-03 17:54:49 +00:00
Utils.mjs Fixed 'Save recipe' URL generation issue. Closes #1176 2021-02-16 14:12:14 +00:00