Commit Graph

  • 7ae0b08b4d Start of eml Brian Whitney 2018-11-20 06:40:43 -05:00
  • 6b686681d5 Encoding ctx1 bwhitn 2018-11-19 23:48:33 -05:00
  • 20ea050728 Updated description for 'Substitute' to include note about escaping backslashes. n1474335 2018-11-19 14:54:37 +00:00
  • 4b6132a2d7 8.11.2 v8.11.2 n1474335 2018-11-19 14:34:56 +00:00
  • 4cf80e3ebb Added RFC numbers to relevant Base64 alphabets. Closes #410 n1474335 2018-11-19 14:34:52 +00:00
  • 045747f543 8.11.1 v8.11.1 n1474335 2018-11-14 12:27:55 +00:00
  • b10c5e3256 Fixed faulty package-lock.json n1474335 2018-11-14 12:27:47 +00:00
  • 69df2e4183 Updated comments n1474335 2018-11-13 18:05:52 +00:00
  • 12ebd35c4d 8.11.0 v8.11.0 n1474335 2018-11-13 17:56:46 +00:00
  • 30c5f76cf0 Updated changelog n1474335 2018-11-13 17:56:40 +00:00
  • 3a979b6cda 'JSON to CSV' operation now escapes characters correctly. Added tests for CSV/JSON operations. n1474335 2018-11-13 17:54:43 +00:00
  • 863bdffa84 Added 'CSV to JSON' and 'JSON to CSV' operations. Closes #277 n1474335 2018-11-09 17:40:19 +00:00
  • 42b956e402 Fixed JSDoc comment n1474335 2018-11-09 15:28:47 +00:00
  • 4acf7b4e4f 8.10.2 v8.10.2 n1474335 2018-11-09 15:25:22 +00:00
  • 42e881326f Added 'Binary' key option to all bitwise operations. Closes #398 n1474335 2018-11-09 15:25:16 +00:00
  • b19f8f65a4 update HMAC test after merge and add loader to allow external uglifyjs plugin to work for node builds d98762625 2018-11-09 14:19:27 +00:00
  • 97255bbb33 merge upstream d98762625 2018-11-09 12:33:19 +00:00
  • 3c4893d7c7 8.10.1 v8.10.1 n1474335 2018-11-07 15:20:51 +00:00
  • 027aca4ab2 Merge branch 'qistoph-NumSortHex' n1474335 2018-11-07 15:20:43 +00:00
  • 2d471f551f Lint n1474335 2018-11-07 15:20:09 +00:00
  • 5c598b69b0 Merge branch 'NumSortHex' of https://github.com/qistoph/CyberChef into qistoph-NumSortHex n1474335 2018-11-07 15:15:39 +00:00
  • 037300de79 8.10.0 v8.10.0 n1474335 2018-11-07 15:10:57 +00:00
  • 6990dcae89 Updated changelog n1474335 2018-11-07 15:10:25 +00:00
  • 6e81d6dfcd Merge branch 'klaxon1-feature/remove-letter-accents' n1474335 2018-11-07 15:08:09 +00:00
  • cea30465d8 Changed 'Remove Letter Accents' to 'Remove Diacritics' n1474335 2018-11-07 15:07:54 +00:00
  • b301d16cb2 Merge branch 'feature/remove-letter-accents' of https://github.com/klaxon1/CyberChef into klaxon1-feature/remove-letter-accents n1474335 2018-11-07 14:57:05 +00:00
  • 19c002fcdd 8.9.2 v8.9.2 n1474335 2018-11-07 14:40:13 +00:00
  • ab3a73fe58 Merge branch 'qistoph-FromNegs' n1474335 2018-11-07 14:39:51 +00:00
  • 91fc2c28dc Added signed feature to 'To Decimal' n1474335 2018-11-07 14:39:33 +00:00
  • ca47ba3c7c Merge branch 'FromNegs' of https://github.com/qistoph/CyberChef into qistoph-FromNegs n1474335 2018-11-07 14:23:39 +00:00
  • e1b456c01c 8.9.1 v8.9.1 n1474335 2018-11-07 14:21:26 +00:00
  • 5eb7e00eac Merge branch 'qistoph-HmacToggleStr' n1474335 2018-11-07 14:21:18 +00:00
  • 8bcf68c8a1 Merge branch 'HmacToggleStr' of https://github.com/qistoph/CyberChef into qistoph-HmacToggleStr n1474335 2018-11-07 14:18:24 +00:00
  • 520eaedd9a 8.9.0 v8.9.0 n1474335 2018-11-07 13:23:26 +00:00
  • 4c5e664ce0 Merge branch 'arnydo-add_url_defang' n1474335 2018-11-07 13:23:17 +00:00
  • 53c500eb1b Added various options to the 'Defang URL' operation. n1474335 2018-11-07 13:23:05 +00:00
  • 253346a201 Merge branch 'add_url_defang' of https://github.com/arnydo/CyberChef into arnydo-add_url_defang n1474335 2018-11-07 12:29:58 +00:00
  • c5d82a76ab 8.8.8 v8.8.8 n1474335 2018-11-07 12:29:32 +00:00
  • 18a9dfffc7 Updated dependencies. Removed shim from HMAC op and postinstall js-to-mjs step due to CryptoAPI fixes. n1474335 2018-11-07 12:29:23 +00:00
  • 38838e4dca 8.8.7 v8.8.7 n1474335 2018-11-06 18:52:31 +00:00
  • 5c151d727b Merge branch 'bwhitn-bugfixes' n1474335 2018-11-06 18:52:17 +00:00
  • 2d5b157c91 Merge branch 'bugfixes' of https://github.com/bwhitn/CyberChef into bwhitn-bugfixes n1474335 2018-11-06 18:51:40 +00:00
  • 10d3d27a33 8.8.6 v8.8.6 n1474335 2018-11-05 12:48:29 +00:00
  • 1614442bd7 Fixed theming issues n1474335 2018-11-05 12:48:22 +00:00
  • a3c5b1e107 Simplified while loop in FromBase58 to match ToBase58 bwhitn 2018-10-28 18:37:00 -04:00
  • 3f0af9cdea Add tests for From Decimal Chris van Marle 2018-10-22 17:51:26 +08:00
  • f4de4de8c1 Fixing the babel, scrypt, and base58 issues Brian Whitney 2018-10-21 21:10:49 -04:00
  • 69033a7343
    Add Defang URL arnydo 2018-10-16 15:03:29 -04:00
  • 5a22106731
    Create DefangURL.mjs arnydo 2018-10-16 15:02:39 -04:00
  • 7c5cf0ef7c
    Added simple formatting to output arnydo 2018-10-16 08:56:01 -04:00
  • cc7afdde2d
    Merge 787cf534a1d6b1b9703692c4121b5d17add963a2 into 5155d0ed566f0a83fcd7eb15bea1311832829394 Chris van Marle 2018-10-12 22:40:34 +00:00
  • 5155d0ed56 Merge branch 'qistoph-RegexTooltip' d98762625 2018-10-12 15:44:17 +01:00
  • 9be674103f Tooltip regex matches #279 Chris van Marle 2018-10-11 14:15:51 +02:00
  • f76f622a71
    Merge 88f7e63c5606eeb24f1a442f97f6a8840ddf163e into 8f7bb3a7c9d036644561ae503b72615b390c14e0 Chris van Marle 2018-10-12 13:49:55 +00:00
  • 88f7e63c56 Use template strings and \n as suggested in review Chris van Marle 2018-10-12 15:49:43 +02:00
  • ba24e12454 Update hexadecimal sort after review Chris van Marle 2018-10-12 15:39:06 +02:00
  • b76aa16143 Fix Hash test Chris van Marle 2018-10-12 13:41:37 +02:00
  • 8f7bb3a7c9
    Merge pull request #371 from OllieGeek/master d98762625 2018-10-12 12:12:48 +01:00
  • be2b466376 Use toggleString for Key in HMAC #263 Chris van Marle 2018-10-12 13:05:32 +02:00
  • f957925aac 8.8.5 v8.8.5 n1474335 2018-10-12 10:51:01 +00:00
  • 1bf8d63d1a Merge branch 'Cynser-fix-wiki-urls' n1474335 2018-10-12 10:50:27 +00:00
  • 214d6c4405 merge from upstream d98762625 2018-10-12 11:46:50 +01:00
  • 8875144307 Merge branch 'fix-wiki-urls' of https://github.com/Cynser/CyberChef into Cynser-fix-wiki-urls n1474335 2018-10-12 10:45:54 +00:00
  • fa87fc8325 replace operations on Dish with apply d98762625 2018-10-12 11:30:41 +01:00
  • d5c01f387a 8.8.4 v8.8.4 n1474335 2018-10-12 10:43:01 +00:00
  • 32709cd60f Merge branch 'klaxon1-feature/improve-email-extract' n1474335 2018-10-12 10:42:21 +00:00
  • aaf0a91975 Fixed populateOption overflows n1474335 2018-10-12 10:42:03 +00:00
  • 6cc6230b91 Merge branch 'feature/improve-email-extract' of https://github.com/klaxon1/CyberChef into klaxon1-feature/improve-email-extract n1474335 2018-10-12 10:34:00 +00:00
  • dd630f20f8 8.8.3 v8.8.3 n1474335 2018-10-12 10:28:23 +00:00
  • 0c6efd95fa Modified bzip2 library export to use ES6 syntax. Fixes #382. n1474335 2018-10-12 10:28:15 +00:00
  • 3dd6c7936a
    Merge a27637888792eada3db2ac7625cc10cad3f1f0a9 into d6c6981bc08d2bb7f00ff585075a8ca2ed5aaec0 cma2A 2018-10-12 08:11:38 +00:00
  • a276378887 Enable parsing of negative decimals #176 Chris van Marle 2018-10-12 10:00:09 +02:00
  • 98d861a639 Add check for Forensics Wiki URLs Cynser 2018-10-11 17:27:51 +01:00
  • e086952d09 Fix lint errors Chris van Marle 2018-10-11 15:52:58 +02:00
  • 3b3c27072f Fix lint errors Chris van Marle 2018-10-11 15:50:58 +02:00
  • 3089c39369 add test Klaxon 2018-10-11 22:26:44 +10:00
  • 0cbb17f7ce Support hexadecimal and other bases in numeric sorting Chris van Marle 2018-10-11 13:21:13 +02:00
  • dce542a8a9 Tooltip regex matches #279 Chris van Marle 2018-10-11 14:15:51 +02:00
  • 54793f2b78 update operation Klaxon 2018-10-11 21:52:49 +10:00
  • f1ffe19ec8 Merge branch 'master' into feature/remove-letter-accents Klaxon 2018-10-11 21:28:04 +10:00
  • e638fb69b5 fix comment Klaxon 2018-10-11 20:52:12 +10:00
  • 718a94b5e0 add tests for internationalized email addresses Klaxon 2018-10-11 20:42:16 +10:00
  • 787cf534a1 Add npx dependency and fix call in postinstall #383 Chris van Marle 2018-10-11 11:57:23 +02:00
  • 3079059ce3 Update regex to support a wider variety of email addresses. Klaxon 2018-10-11 18:25:05 +10:00
  • 788d58bb09
    Add Parse CSR to Pubic Key arnydo 2018-10-10 14:47:55 -04:00
  • ea1a1f00d0
    Create ParseCSR.mjs arnydo 2018-10-10 14:47:11 -04:00
  • d6c6981bc0 8.8.2 v8.8.2 n1474335 2018-10-10 15:49:11 +00:00
  • 8aeb7b60a7 Updated dependencies n1474335 2018-10-10 15:49:07 +00:00
  • 9197ac6510 8.8.1 v8.8.1 n1474335 2018-10-10 14:08:32 +00:00
  • b67ad3073c Merge branch 'Cynser-csv-escape' n1474335 2018-10-10 14:08:20 +00:00
  • 4a4f37f888 Merge branch 'csv-escape' of https://github.com/Cynser/CyberChef into Cynser-csv-escape n1474335 2018-10-10 14:06:49 +00:00
  • c55331f220 8.8.0 v8.8.0 n1474335 2018-10-10 13:59:37 +00:00
  • 757ec98554 Updated CHANGELOG n1474335 2018-10-10 13:59:28 +00:00
  • 14309f2069 Merge branch 'GCHQ77703-tlv' n1474335 2018-10-10 13:56:47 +00:00
  • e6b89d571e Tidied up TLV operation and tests n1474335 2018-10-10 13:56:20 +00:00
  • d957198fd6 Make the check for Wikipedia URLs slightly stricter Cynser 2018-10-07 22:52:08 +01:00
  • 903bd22999 Stop treating backslashes in CSV as escape character Cynser 2018-10-07 22:20:43 +01:00
  • 48f3a3b18f Do not mangle names on minification for Node prod build - property names are used for search in bake d98762625 2018-10-05 18:24:06 +01:00
  • 25e0585742 Improve use of files as input. Add dish to repl d98762625 2018-10-05 16:32:12 +01:00
  • 04ee2fb3e4 add function to replace accent chars with latin chars Klaxon 2018-10-03 13:26:01 +10:00