Commit graph

  • 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
  • daef663727 Add X.509 output formats Erik Hansson 2023-02-11 17:27:47 +01:00
  • 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
  • 2cfee2b2e0
    Merge 4c37c57ed5 into 2efd075803 kutayutkandeniz 2023-01-10 16:20:40 +00:00
  • 4c37c57ed5 code cleaning Kutaz 2023-01-10 11:20:03 -05:00
  • 51b6f915ff code cleaning Kutaz 2023-01-10 11:09:37 -05:00
  • eaf61a07df code cleaning Kutaz 2023-01-10 11:05:17 -05:00
  • f92dee1590 added save to pdf operation/cleanup Kutaz 2023-01-09 14:08:41 -05:00
  • 00569026f5 added save to pdf operation/cleanup Kutaz 2023-01-09 13:54:56 -05:00
  • e03a138aa2 added save to pdf operation/cleanup Kutaz 2023-01-09 13:46:13 -05:00
  • 5700e5a11e
    Changed tauri package versioning to package.json Z4NR34L 2023-01-09 10:26:37 +01:00
  • c6a362fc5f
    Fixed setheapsize to not run on windows Z4NR34L 2023-01-09 10:20:38 +01:00
  • bc3640ac86
    Changed ubuntu 20.04 to latest Z4NR34L 2023-01-09 10:04:42 +01:00
  • 64667533c2
    Fixing github action Z4NR34L 2023-01-09 10:00:02 +01:00
  • 0e2c12dfaa
    Forgot to change yarn to npm install Z4NR34L 2023-01-09 09:51:29 +01:00
  • 555b39c966
    Forgot to change yarn to npm Z4NR34L 2023-01-09 08:51:55 +01:00
  • 5ebb3e8963
    Adding GitHub Actions for automated build Z4NR34L 2023-01-09 08:42:56 +01:00
  • 84aafe76ab added save to pdf operation Kutaz 2023-01-08 06:49:04 -05:00
  • 0e781c35b6
    Added tauri files Z4NR34L 2023-01-02 15:01:10 +01:00
  • daad471215
    Added tauri-cli Z4NR34L 2023-01-02 14:37:21 +01:00
  • 0eabee2dba
    added IDEA files to ignore Z4NR34L 2023-01-02 14:35:28 +01:00
  • a61feb00d1 Operation Change IP Format: added Little Endian format Didier Stevens 2022-12-25 12:23:07 +01:00
  • 8509af2105 Add new operation: Insert bytes Didier Stevens 2022-12-25 10:41:45 +01:00
  • f91afd366d
    Merge cd8b2ee53a into 2efd075803 Benjamin Altpeter 2022-12-23 21:16:47 +00:00
  • cd8b2ee53a
    Add decode and encode operations for URL query strings Benjamin Altpeter 2022-02-13 21:34:39 +01:00
  • a51ead9051
    Merge branch 'gchq:master' into protobufstreamdecode Oliver Rahner 2022-12-20 09:37:25 +01: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
  • c19fe5cffa uppercase constant TheSavageTeddy 2022-11-27 14:25:18 +08:00
  • afb9fd8408 fix lint again TheSavageTeddy 2022-11-27 12:53:16 +08:00
  • fa51addfd5 fix linting TheSavageTeddy 2022-11-27 12:51:00 +08:00
  • bd51fc05e3 did encodeAllSpecialChars programmatically TheSavageTeddy 2022-11-27 12:46:02 +08:00
  • 4e13b074c5 renamed for clarity TheSavageTeddy 2022-11-27 12:28:51 +08:00
  • e80fad227e fix formatting TheSavageTeddy 2022-11-27 12:15:42 +08:00
  • c555e54dee added encode all chars for url encode TheSavageTeddy 2022-11-27 12:14:06 +08:00
  • 4cf57db39e fix url not updating when clear io TheSavageTeddy 2022-11-27 00:49:59 +08:00
  • 2f0da26999 add toggle treating "+" as spaces in URL decode TheSavageTeddy 2022-11-26 23:57:52 +08: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