Commit Graph

  • c2171a08f2 Added preventDefault to contextual help key press listener n1474335 2023-03-22 16:54:39 +00:00
  • 84aad167d5 Tweaked compile message n1474335 2023-03-22 11:59:35 +00:00
  • 493b1eee1e Removed excess whitespace from banner links n1474335 2023-03-22 11:36:03 +00:00
  • 6c5b260ece 10.0.0 v10.0.0 n1474335 2023-03-22 11:31:55 +00:00
  • 7394bb45d4 Updated CHANGELOG n1474335 2023-03-22 11:31:47 +00:00
  • 5d3302f6d7 Added a few more UI tests n1474335 2023-03-22 11:19:01 +00:00
  • 92dada8a80 Final tweaks to download wording n1474335 2023-03-22 11:16:49 +00:00
  • c6569b7c47 Added compile message to master build chain n1474335 2023-03-22 10:30:42 +00:00
  • ea56efae47 Added Download pane n1474335 2023-03-21 15:39:31 +00:00
  • 7419009745 Added more help topics and added filetype detection to the 'save output' button n1474335 2023-03-20 17:23:14 +00:00
  • e58744c63a Update index.html mattnotmax 2023-03-18 21:35:03 +11:00
  • 4c7fe147bc Merge branch 'fix-translatedatetimeformat-xss' of https://github.com/mikecat/CyberChef into v10 n1474335 2023-03-17 18:12:50 +00:00
  • 7605d48f0b Fixed IO folder tests with unpredictable file ordering n1474335 2023-03-17 18:06:28 +00:00
  • d6f8e0a520 Added a contextual help feature and started writing help descriptions n1474335 2023-03-17 17:46:13 +00:00
  • ab283fc801 use Utils.escapeHtml instead of manual escaping MikeCAT 2023-03-18 00:54:43 +09:00
  • d9d6b7aa37 fix XSS in operation TranslateDateTimeFormat MikeCAT 2023-03-18 00:32:06 +09:00
  • b0c9a1850d add operaton HKDF MikeCAT 2023-03-17 23:49:06 +09:00
  • 764bd4b9ae Update dark theme highligh Samuele Facenda 2023-03-15 08:38:56 +01:00
  • a24fdf4250 Regex improvements n1474335 2023-03-13 18:28:05 +00:00
  • 13e3dba784 Removed LGTM badge from README n1474335 2023-03-13 18:21:31 +00:00
  • ccea5cdf88 Fixed bad HTML filtering n1474335 2023-03-13 18:13:54 +00:00
  • 51e2b97595 Updated CodeQL action n1474335 2023-03-13 18:03:33 +00:00
  • 61501a7cbc Updated dependencies and fixed some code scanning findings n1474335 2023-03-13 17:51:25 +00:00
  • bca4c34b3a Add Argon2 hash compare operation Tan Zhen Yong 2019-10-07 17:44:00 +08:00
  • 2fab1028c5 Add Argon2 hash operation Tan Zhen Yong 2019-10-07 02:24:09 +08:00
  • 5d3c66f615 Removed call to cptable from NTHash operation n1474335 2023-03-09 18:06:32 +00:00
  • cab83cae35 Switched arg layout to use flexbox instead of css grid n1474335 2023-03-09 17:31:46 +00:00
  • bd16378e23 Fixed postinstall scipts to work on msys shells n1474335 2023-03-09 14:12:17 +00:00
  • 65e431bd9e Merge branch 'fix/postinstall-msys' of https://github.com/ParkerM/CyberChef into v10 n1474335 2023-03-09 14:09:20 +00:00
  • b9f2bddffc Added UI tests back into Github Actions scripts n1474335 2023-03-09 14:01:21 +00:00
  • 80e8b2339d Improved HTML output sizing n1474335 2023-03-08 18:08:17 +00:00
  • 7eda2fd4a6 Added UI tests for all HTML operations n1474335 2023-03-08 17:44:51 +00:00
  • 36aafb9246 Added test for alert bar n1474335 2023-03-06 14:53:20 +00:00
  • acc1df2031 Merge branch 'fix-xss-datetime' of https://github.com/ntomoya/CyberChef into v10 n1474335 2023-03-05 15:39:41 +00:00
  • c5766c89f6 Further operation tests n1474335 2023-03-05 15:32:53 +00:00
  • 73f5069971 Added more IO tests and created browser test utils n1474335 2023-03-05 14:58:11 +00:00
  • 819e4a574c Added more tests, fixed length count bug and IO clearance bug n1474335 2023-03-03 17:33:42 +00:00
  • 8c0e23e196 Further IO tests added n1474335 2023-03-02 19:50:08 +00:00
  • 05160227a3 Added initial input and output UI tests n1474335 2023-03-02 18:10:52 +00:00
  • 5cfc1abf41 Fixed XSS in TranslateDateTimeFormat Tomoya Nakanishi 2023-03-01 03:39:57 +09:00
  • 046a0917e7 Nightwatch test improvements n1474335 2023-02-27 18:30:01 +00:00
  • 9cbf217d42 Fixed UI tests to work with new input and output areas n1474335 2023-02-27 18:21:06 +00:00
  • bf949c0320 Fixed operational tests and updated some dependencies n1474335 2023-02-27 17:55:52 +00:00
  • 9e679f411c Fixed progress bug n1474335 2023-02-27 15:52:05 +00:00
  • dd6eae52ef Folders can now be dropped into the CyberChef input n1474335 2023-02-27 15:32:52 +00:00
  • 3e8c5d945c Add "XOR Checksum" operation Thomas Weißschuh 2023-02-27 06:09:30 +00:00
  • cdde7166cf Changing tabs no longer triggers a bake n1474335 2023-02-24 17:34:35 +00:00
  • 251bd86ce5 Large inputs with long line lengths are now handled better. Issues with toggleLoader fixed. n1474335 2023-02-24 17:09:40 +00:00
  • dee2dc3777 Align Markdown table column separators Jatin Sanghvi 2023-02-17 11:11:41 +05:30
  • 533047a3a2 Improved file type detection and timing output n1474335 2023-02-03 17:39:12 +00:00
  • 659325c85a Improved performance of str/array buffer conversions n1474335 2023-02-03 17:10:33 +00:00
  • 7a2517fd61 Fixed 'Clear All IO' button n1474335 2023-02-03 15:54:45 +00:00
  • 0b2cb7e68c Added fine-grain timing for aspects of the bake. Improved efficiency of autobakes and moved output decoding into a worker. n1474335 2023-02-03 14:55:15 +00:00
  • 4e747b3697 Use process.platform to detect OS during postinstall Parker Mauney 2023-01-22 18:57:57 -05:00
  • 84f0750525 Reviewed HTML and options n1474335 2023-01-19 17:47:07 +00:00
  • fa21768931 Reviewed Highlighter and Options waiters n1474335 2023-01-19 17:14:24 +00:00
  • 934efcc5a0 Reviewed InputWorker n1474335 2023-01-19 16:56:07 +00:00
  • 91f1be8c70 Reviewed Input and Output Waiters and improved logging in workers n1474335 2023-01-18 18:07:06 +00:00
  • 56d1a016da Tidied InputWaiter and made inputChange debounce delay variable based on input length n1474335 2023-01-13 18:00:36 +00:00
  • d6159cc154 Event bug fixes n1474335 2023-01-13 16:46:41 +00:00
  • e9d7a8363c Removed treatAsUTF8 option n1474335 2023-01-13 14:38:50 +00:00
  • 4e512a9a7b Updated dependencies n1474335 2023-01-13 14:25:40 +00:00
  • c1394e299a Fixed replace input with output button n1474335 2023-01-13 14:14:57 +00:00
  • 17c349973d Fixed file loading bug where the wrong input is set n1474335 2023-01-13 13:51:16 +00:00
  • f2bd838596 Fixed CSS for theme highlighting and status bar dropup height n1474335 2023-01-13 13:12:01 +00:00
  • d5b72548fc add new operation: Swap case MikeCAT 2023-01-11 05:48:05 +09:00
  • 2c822314df add new operation: Levenshtein Distance MikeCAT 2023-01-11 05:16:37 +09:00
  • 1b3d55f051 Status bar widgets are disabled for HTML output n1474335 2022-12-09 21:23:25 +00:00
  • ff45f61b68 Fixed the snackbar n1474335 2022-12-09 20:46:01 +00:00
  • 771a013c9f Removed output-file markup and handlers n1474335 2022-12-09 20:12:15 +00:00
  • b354f61502 Updated dependencies n1474335 2022-12-09 19:44:31 +00:00
  • 2e201c747a Merge remote-tracking branch 'origin/master' into v10 n1474335 2022-12-09 19:28:41 +00:00
  • c1d2970f1e File details can now be hidden n1474335 2022-12-09 19:24:43 +00:00
  • 2efd075803 9.55.0 v9.55.0 n1474335 2022-12-09 11:40:35 +00:00
  • 4b4d3c6845 Updated CHANGELOG n1474335 2022-12-09 11:40:25 +00:00
  • 760eff49b5 Added 'AMF Encode' and 'AMF Decode' operations n1474335 2022-12-09 11:39:22 +00:00
  • ba12ad8e7c 9.54.0 v9.54.0 n1474335 2022-11-25 16:49:41 +00:00
  • 249af2ded1 Updated CHANGELOG n1474335 2022-11-25 16:49:37 +00:00
  • 7403666a11 Tidied up Rabbit operations n1474335 2022-11-25 16:48:54 +00:00
  • 1cc8b150f3 Merge branch 'rabbit-stream-cipher' of https://github.com/mikecat/CyberChef n1474335 2022-11-25 16:36:42 +00:00
  • faa25ee662 9.53.0 v9.53.0 n1474335 2022-11-25 16:29:31 +00:00
  • aa981ccd4a Updated CHANGELOG n1474335 2022-11-25 16:29:25 +00:00
  • 04378c1f91 Moved AES Key wrapping operations in Categories.json n1474335 2022-11-25 16:28:15 +00:00
  • 53179a158e Merge branch 'aes-key-wrap' of https://github.com/mikecat/CyberChef n1474335 2022-11-25 16:25:36 +00:00
  • 7ecde9fd2a 9.52.1 v9.52.1 n1474335 2022-11-25 16:11:28 +00:00
  • 320f79fe0d Added maxLength property for string arguments n1474335 2022-11-25 16:11:14 +00:00
  • 157346b055 Merge branch 'master' of https://github.com/TheSavageTeddy/CyberChef n1474335 2022-11-25 15:38:10 +00:00
  • 904c08c436 9.52.0 v9.52.0 n1474335 2022-11-25 15:31:31 +00:00
  • fa238545a0 Updated CHANGELOG n1474335 2022-11-25 15:31:27 +00:00
  • 3f85c32c7c Lint n1474335 2022-11-25 15:30:32 +00:00
  • 55809b2e87 Merge branch 'feature/chacha' of https://github.com/joostrijneveld/CyberChef n1474335 2022-11-25 15:15:03 +00:00
  • 5c32c1bdaa Fixed tests for CMAC n1474335 2022-11-25 15:13:54 +00:00
  • f84c11f63d im dumb, please pass the test now TheSavageTeddy 2022-11-25 22:40:40 +08:00
  • 2bcfb693b7 fix TheSavageTeddy 2022-11-25 22:32:23 +08:00
  • 897d2bef6e fix output TheSavageTeddy 2022-11-25 22:23:15 +08:00
  • 0a3d219ad5 fixed linting TheSavageTeddy 2022-11-25 22:13:53 +08:00
  • ba0dfe91c3 added all-zero edge cases for standard alphabet TheSavageTeddy 2022-11-25 22:08:51 +08:00
  • bf4e62b4b7 added choice for base85 all-zero character TheSavageTeddy 2022-11-25 21:36:17 +08:00
  • 657f8940fa 9.51.0 v9.51.0 n1474335 2022-11-25 12:47:20 +00:00
  • 74d629c491 Updated CHANGELOG n1474335 2022-11-25 12:47:12 +00:00