Commit Graph

116 Commits

Author SHA1 Message Date
n1474335 8dd223f1cb 7.7.8 2018-03-04 17:51:39 +00:00
n1474335 372b2378a8 7.7.7 2018-03-01 19:45:47 +00:00
n1474335 574207c626 Updated many dependencies including Webpack (v4) and crypto-api (v0.8) 2018-03-01 19:45:34 +00:00
n1474335 ead64dcb47 7.7.6 2018-02-28 16:40:22 +00:00
n1474335 da473de9f0 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
n1474335 a177e2ab7e 7.7.5 2018-02-21 11:24:46 +00:00
n1474335 d491e95d1c 7.7.4 2018-02-20 17:04:47 +00:00
n1474335 502a9fbb92 Added dynamically generated sitemap and robots.txt file to prevent crawling of inline version 2018-02-20 16:52:27 +00:00
n1474335 cc44fe6557 7.7.3 2018-02-16 13:33:41 +00:00
n1474335 5a2a649d8e 7.7.2 2018-02-15 13:41:17 +00:00
n1474335 750fa45c04 7.7.1 2018-02-14 10:34:14 +00:00
n1474335 ab55b91da1 7.7.0 2018-02-13 15:51:45 +00:00
n1474335 8518fa67f2 Added 'XKCD Random Number' operation 2018-02-13 15:05:55 +00:00
n1474335 078849041f 7.6.3 2018-01-26 19:14:15 +00:00
n1474335 1c711f5e03 Updated dependencies 2018-01-26 19:14:05 +00:00
n1474335 614af0602a 7.6.2 2018-01-25 18:41:53 +00:00
n1474335 e55cfe0bc1 Fixed 'Syntax highlighter' operation. Using highlight.js instead of google-code-prettify. 2018-01-25 18:41:47 +00:00
n1474335 170feaaff2 7.6.1 2018-01-25 14:03:19 +00:00
n1474335 3c669a075e 7.6.0 2018-01-25 13:45:05 +00:00
n1474335 231322eddf 7.5.6 2018-01-24 16:54:42 +00:00
n1474335 f091918575 7.5.5 2018-01-24 15:50:10 +00:00
n1474335 7490651a06 7.5.4 2018-01-22 17:10:02 +00:00
n1474335 ec205f4f7d 7.5.3 2018-01-18 19:53:01 +00:00
n1474335 6fbb2f26d1 7.5.2 2018-01-18 15:27:26 +00:00
n1474335 aa6890432c 7.5.1 2018-01-12 23:59:03 +00:00
n1474335 fff188eb30 Merged master into feature-unicode-strings 2018-01-12 23:57:02 +00:00
n1474335 2762319dbb 7.5.0 2018-01-12 18:29:10 +00:00
n1474335 7176e5ca6e 7.4.0 2018-01-06 16:34:06 +00:00
n1474335 491e6f5f5f 7.3.0 2018-01-05 18:50:48 +00:00
n1474335 3f3e7a78eb Arithmetic operations now support BigNumbers 2018-01-05 18:04:55 +00:00
n1474335 8d3d39acd3 Merge branch 'features/big-number' of https://github.com/artemisbot/CyberChef into artemisbot-features/big-number 2018-01-05 17:31:27 +00:00
n1474335 bbfb732d8f 7.2.3 2018-01-04 17:48:08 +00:00
n1474335 1bff490fa4 7.2.2 2018-01-04 14:43:54 +00:00
n1474335 56551712d6 Began implementing UTF-16 support in the 'Strings' operation. 2018-01-03 16:51:10 +00:00
Matt C c241d2f90b Adds basic BigNumber type support
Fixes `To Base` & `From Base` issues as reported on twitter
2018-01-03 11:26:31 +00:00
n1474335 ac9af6d2ba 7.2.1 2018-01-02 15:33:08 +00:00
n1474335 10f42e9a7f 7.2.0 2018-01-02 00:13:34 +00:00
n1474335 9fc7e6cd98 Rewrote AES, DES and Triple DES operations to use Forge instead of CryptoJS, simplifying their options and adding many tests. Removed Rabbit operations. Fixes #63 and #210. 2018-01-01 16:09:58 +00:00
n1474335 87f346d88c 7.1.0 2017-12-29 17:48:22 +00:00
n1474335 fa6905ef00 Added more comprehensive logging to FlowControl ops and added '>' prefix to all ChefWorker logs to improve clarity 2017-12-29 17:32:23 +00:00
n1474335 d079420d46 Added logging with configurable levels to make debugging easier. 2017-12-28 18:17:38 +00:00
n1474335 124ff83206 7.0.0 2017-12-28 16:10:39 +00:00
n1474335 e2161ec934 Resolved conflicts 2017-12-27 12:50:29 +00:00
n1474335 ff94172b3c Output files can now be downloaded using FileSaver (supports large files ~500MB) 2017-12-26 01:32:51 +00:00
n1474335 0e7989111f Removed CryptoJS from Utils.js. UTF8 conversion is now achieved with the much smaller and actively maintained utf8 library. 2017-12-25 23:11:52 +00:00
n1474335 8ee3742216 6.8.0 2017-12-21 15:13:54 +00:00
n1474335 fe4c5f5899 6.7.2 2017-12-20 15:56:56 +00:00
n1474335 5e9380b550 6.7.1 2017-12-20 13:43:31 +00:00
n1474335 317327d097 CSS selector operation now works in a web worker. Fixes #218 2017-12-20 13:30:51 +00:00
n1474335 ecd0ac2521 Updated dependencies 2017-12-19 16:53:57 +00:00