Commit Graph

  • 38792a0f02 Added differential schemes to 'XOR Brute Force' operation n1474335 2017-07-18 16:09:22 +00:00
  • cda557e1b9 Removed sessionStorage as it is no longer used and marginally affects performance n1474335 2017-07-18 14:28:51 +00:00
  • 8d09f7c7eb 5.11.6 v5.11.6 n1474335 2017-07-17 13:31:37 +00:00
  • 4845a56435 Fixed Diff test for new higlighting class n1474335 2017-07-17 13:31:28 +00:00
  • f164dcdd70 Fixed Diff highlighting classes n1474335 2017-07-17 13:19:08 +00:00
  • cc3aad17e1 OperationConfig now loaded into App via value-loader so that operation code is only included in the worker n1474335 2017-07-16 23:33:47 +01:00
  • 6c8da6b070 Added ellipsis to overflowing args n1474335 2017-07-13 15:11:21 +00:00
  • 0299f23363 Fix bug on char() windhamwong@nva-hk.com 2017-07-13 15:42:05 +01:00
  • 93d47630b8 char() operation now supports multiple values inside bracket. i.e. CHAR(45,120,49,45,81,45) windhamwong@nva-hk.com 2017-07-13 08:42:38 +01:00
  • 09df753ca9 5.11.5 v5.11.5 n1474335 2017-07-12 14:34:50 +00:00
  • 72ec9df1b1 Fixed option naming conventions n1474335 2017-07-12 14:34:45 +00:00
  • 086d5272ac 5.11.4 v5.11.4 n1474335 2017-07-12 12:49:22 +00:00
  • 2555de7712 Fixed bug in firefox where recipes containing an = character would not load from the URL n1474335 2017-07-12 12:49:10 +00:00
  • 1e60054fe3 Merge branch 'master' of https://github.com/0xWhySoSerious/CyberChef windhamwong@nva-hk.com 2017-07-12 13:48:25 +01:00
  • 8ce8fac26c HTTP Gzip will search for gzip, otherwise return the original message. windhamwong@nva-hk.com 2017-07-12 13:48:08 +01:00
  • 645e540c66 5.11.3 v5.11.3 n1474335 2017-07-10 11:49:48 +00:00
  • d16e1a4451 Fixed bug in 'Show Base64 offsets' where highlights did not show n1474335 2017-07-10 11:49:41 +00:00
  • 7c5dd2bd78 5.11.2 v5.11.2 n1474335 2017-07-07 13:30:27 +00:00
  • 2f0121f0e4 Merge branch 'bwhitn-unzipmod' n1474335 2017-07-07 13:28:21 +00:00
  • 7e310a8de7 Moved file switch listener to correct block n1474335 2017-07-07 13:26:51 +00:00
  • c460c2bf6b Replaced hexToByteArray with fromHex and byteArrayToHex with toHex. Switched displayFilesAsHTML operation to use template strings and introduced markup formatting method. n1474335 2017-07-07 13:23:58 +00:00
  • 760ab688b2 Create ChefWorker and move bake process into it n1474335 2017-07-05 00:11:57 +01:00
  • 6e81bb71fc Update README.md Windham Wong 2017-07-04 15:53:54 +01:00
  • 3b3e0fcd76 HTTP Gzip decrypt operation windhamwong@nva-hk.com 2017-07-04 15:40:02 +01:00
  • b9d33c0618 HTTP Gzip Decrypt working windhamwong@nva-hk.com 2017-07-04 14:30:34 +01:00
  • ff78c72d54 Configured webpack-dev-server n1474335 2017-07-03 23:15:57 +01:00
  • 2400de337b Merge branch 'unzipmod' of https://github.com/bwhitn/CyberChef into bwhitn-unzipmod n1474335 2017-07-03 15:28:12 +00:00
  • 85d41085de 5.11.1 v5.11.1 n1474335 2017-07-03 15:25:52 +00:00
  • 48d45d026e Merge branch 'bwhitn-filetimemod' n1474335 2017-07-03 15:25:39 +00:00
  • 183c57643b Tidied up changes to filetime operations and brought tests up to date n1474335 2017-07-03 15:25:14 +00:00
  • e7cea889ab Merge branch 'filetimemod' of https://github.com/bwhitn/CyberChef into bwhitn-filetimemod n1474335 2017-07-03 15:19:42 +00:00
  • 61c799447b Improved banner CSS n1474335 2017-07-03 15:18:47 +00:00
  • ad25daf206 Allow hex and decimal format for Windows Filetime format as those are the formats they are typically represented in bwhitn 2017-07-02 20:04:25 -04:00
  • 4143bba89f This adds the ability to move the file data from Utils.displayFilesAsHTML to the input. bwhitn 2017-07-01 00:40:22 -04:00
  • 8eb7d65b74 5.11.0 v5.11.0 n1474335 2017-06-28 19:56:07 +01:00
  • 51798553e1 Merge branch 'artemisbot-features/bifid' n1474335 2017-06-28 19:55:19 +01:00
  • 323928ff86 Tidied up Bifid operations n1474335 2017-06-28 19:54:34 +01:00
  • fe3aeabd0a Merge branch 'features/bifid' of https://github.com/artemisbot/CyberChef into artemisbot-features/bifid n1474335 2017-06-28 19:27:42 +01:00
  • ec7a55dba6 5.10.7 v5.10.7 n1474335 2017-06-27 14:13:30 +00:00
  • b4fe708d70 Merge branch 'bug-display-as-html' n1474335 2017-06-27 14:13:24 +00:00
  • c3469bd545 Correctly escape filenames in displayFilesAsHTML n1474335 2017-06-27 14:04:30 +00:00
  • 92018b761d 5.10.6 v5.10.6 n1474335 2017-06-26 21:54:15 +01:00
  • bb45ff0515 Merge branch 'bug-preloader' n1474335 2017-06-26 21:53:21 +01:00
  • df1405e998 Fixed mildly infuriating bug where the preloader rings overlap n1474335 2017-06-26 21:47:57 +01:00
  • 62ec018bb2 Update README.md n1474335 2017-06-26 16:35:51 +01:00
  • 14b7c4bf23 Improved support for different alphabets in 'Substitute' operation n1474335 2017-06-23 13:21:19 +00:00
  • 5c774a3ce2 Updated to allow delimiter to be set n1474335 2017-06-23 12:18:08 +00:00
  • 246480daef Fixed styling errors Matt C 2017-06-22 17:13:31 +01:00
  • 91c6f682e7 Added Bifid Cipher Encode & Decode Matt C 2017-06-21 22:28:17 +01:00
  • 6784a1c027 Add Series chart operation toby 2017-06-20 15:25:16 -04:00
  • a417a6469c Added package-lock.json n1474335 2017-06-20 14:45:20 +00:00
  • 7596a5abd9 Merge 886f354fa256471028ae7ba0c14cb75382e9cd41 into 2821bdd52b245cae51c3b75ad51ff8f5b26621b8 Windham Wong 2017-06-20 12:59:53 +00:00
  • 886f354fa2 Removing the restriction to UNIX only. windhamwong@nva-hk.com 2017-06-20 13:58:37 +01:00
  • 2821bdd52b 5.10.5 v5.10.5 n1474335 2017-06-19 16:50:07 +00:00
  • d37300be39 Merge branch 'bug-astral' n1474335 2017-06-19 16:49:17 +00:00
  • 15b83072bb Added support for astral characters to charcode ops n1474335 2017-06-19 15:40:36 +00:00
  • caaefa5d79 Merge 48b851ba763e29e9fc63ebf4cf9f614815f0ce19 into 6d2e2259db0ae9bf76a46f43d3a325e0b96174d1 Windham Wong 2017-06-16 15:50:55 +00:00
  • 6d2e2259db 5.10.4 v5.10.4 n1474335 2017-06-16 15:44:42 +00:00
  • 5b70614212 Merge branch 'tidy-links' n1474335 2017-06-16 15:38:37 +00:00
  • 4363da534d Updated links to new hash variant and cleaned up About and Option panes n1474335 2017-06-16 15:36:42 +00:00
  • 685f7a4f00 Create CODE_OF_CONDUCT.md n1474335 2017-06-16 15:32:55 +01:00
  • 6e26f25418 5.10.3 v5.10.3 n1474335 2017-06-16 11:26:03 +00:00
  • d8051ce9a2 Merge branch 'feature-hashurls' n1474335 2017-06-16 11:23:16 +00:00
  • 00e7d8a390 The recipe and input are now stored in the hash part of the URL n1474335 2017-06-16 11:04:35 +00:00
  • 213ec028b8 Merge pull request #2 from gchq/master bwhitn 2017-06-15 19:43:22 -04:00
  • 61951e76ac 5.10.2 v5.10.2 n1474335 2017-06-15 14:25:03 +00:00
  • 47cf763b3f Merge branch 'bug-findreplace' n1474335 2017-06-15 14:23:35 +00:00
  • 04aac03d6e Fixed global matching for simple strings in 'Find / Replace' operation. Closes #25. n1474335 2017-06-15 14:21:30 +00:00
  • 90802db3c4 Merge pull request #4 from windhamwong/master Windham Wong 2017-06-14 15:40:54 +01:00
  • 48b851ba76 Fixing issues on packing images into build #webpack #base64 #loader windhamwong@nva-hk.com 2017-06-14 15:30:14 +01:00
  • 3faef2c9c9 5.10.1 v5.10.1 n1474335 2017-06-13 16:31:00 +00:00
  • eda17d1671 Added mixed content note to 'HTTP request' error message. n1474335 2017-06-13 16:30:55 +00:00
  • fbd6ead6b7 5.10.0 v5.10.0 n1474335 2017-06-13 15:34:36 +00:00
  • bf2950abdd Merge branch 'bwhitn-master' n1474335 2017-06-13 15:33:59 +00:00
  • 3eacc325a3 Improved descriptions for timestamp operations. n1474335 2017-06-13 15:33:37 +00:00
  • 15decd9cd9 Merge branch 'master' of https://github.com/bwhitn/CyberChef into bwhitn-master n1474335 2017-06-13 14:12:20 +00:00
  • fa2af86bfd Merge pull request #3 from gchq/master Windham Wong 2017-06-13 08:01:05 +01:00
  • c0142adba9 changed error to conform with the rest of the functions and simplified repetative math. Bwhit1 2017-06-12 15:39:54 -04:00
  • ec01333c83 removed decimal.min.js bwhitn 2017-06-12 05:48:22 -07:00
  • 8110384ea2 Fixed the names under the DateTime Category bwhitn 2017-06-12 05:33:24 -07:00
  • 0c2c0d7b8b Added DateTime test, added filetime functions to Catagories, and removed unused variables. bwhitn 2017-06-12 05:28:41 -07:00
  • ae38bb0927 Completion of simple filetime conversion Bwhit1 2017-06-11 20:05:30 -04:00
  • 003e076b00 modifications to FILETIME Bwhit1 2017-06-10 23:42:02 -04:00
  • 2c2a0eb7d9 5.9.2 v5.9.2 n1474335 2017-06-09 15:36:53 +00:00
  • e7f5b17184 Manual bake now triggers when recipes are loaded from the URL. Fixes #93. n1474335 2017-06-09 15:36:15 +00:00
  • 69e12b1067 5.9.1 v5.9.1 n1474335 2017-06-09 15:21:45 +00:00
  • fef446687a Loading messages won't repeat as often and cycle more slowly n1474335 2017-06-09 15:21:39 +00:00
  • 3affce8f98 5.9.0 v5.9.0 n1474335 2017-06-09 14:54:27 +00:00
  • 0b91468edc Merge branch 'tlwr-feature-http-request' n1474335 2017-06-09 14:53:39 +00:00
  • 127364e8a4 Added error handling for non-CORS requests. n1474335 2017-06-09 14:53:15 +00:00
  • a144f65dcf Create DateTime.js bwhitn 2017-06-08 08:28:21 -07:00
  • 96ec3a869b Use decimal.min.js and add the file. bwhitn 2017-06-08 08:19:26 -07:00
  • 52426bc1a4 Merge branch 'master' into feature-http-request n1474335 2017-06-08 16:08:20 +01:00
  • cbab995c6d Added error handling and CORS support n1474335 2017-06-08 15:03:55 +00:00
  • d27fa43120 Add conversions for from/to Windows Filetime to UNIX Epoch. Decimal.js is used to prevent rounding errors during conversion. bwhitn 2017-06-08 07:23:11 -07:00
  • 45a9da5b30 5.8.0 v5.8.0 n1474335 2017-06-08 11:10:35 +00:00
  • aed22aebb2 Merge branch 'davejm-feature-remove-exif' n1474335 2017-06-08 11:09:53 +00:00
  • 369d213da5 Tidying 'Remove EXIF' n1474335 2017-06-08 11:09:31 +00:00
  • e92775eec2 Merge branch 'feature-remove-exif' of https://github.com/davejm/CyberChef into davejm-feature-remove-exif n1474335 2017-06-08 10:56:06 +00:00
  • 2c0f48f4e5 Merge pull request #1 from gchq/master bwhitn 2017-06-07 23:55:41 -04:00