Commit graph

  • 6d396dbb9e Calls to window and document in src/core/ no longer break non-browser environments n1474335 2017-03-30 00:40:20 +01:00
  • dd5bd5d5e7 Added timeout back to test runner. n1474335 2017-03-30 00:15:40 +01:00
  • 720b7a3e3f Removed stats.txt functionality as it doesn't add much. n1474335 2017-03-29 21:51:42 +01:00
  • 7ab6c88774 Made fixes so that tests might work Matt C 2017-03-28 16:21:57 +00:00
  • e71abcd78d Updated README.md n1474335 2017-03-28 16:17:20 +01:00
  • 96e40a6479 Made requested changes. Matt C 2017-03-27 20:30:32 +00:00
  • 497824ff21 Merge branch 'master' into feature-octal Matt C 2017-03-27 18:50:42 +00:00
  • 06d4002c6b Fixed CanvasComponents not being available to operation output code. n1474335 2017-03-27 19:43:50 +01:00
  • ed21dff88f Fixed 'Diff' imports and added test n1474335 2017-03-27 19:39:04 +01:00
  • 559e32a16a Merged upstream master n1474335 2017-03-27 18:41:23 +01:00
  • d63a465e6b Updated webpack config to work with beta branch n1474335 2017-03-27 16:20:43 +01:00
  • 97d41fd50a Restructured and fixed inliner. n1474335 2017-03-27 16:08:36 +01:00
  • d37bc4ab08 Fixed node imports. n1474335 2017-03-25 13:56:46 +00:00
  • c75ebcf001 Fixed tests and brought test module naming in line with conventions. n1474335 2017-03-25 13:32:35 +00:00
  • d87e94f9ba Merge remote-tracking branch 'upstream/feature-async-ops' into feature-async-ops toby 2017-03-25 09:32:33 +00:00
  • f1be229b87 Change copyright year to 2017 toby 2017-03-24 21:39:29 +00:00
  • b881284f08 Update JSDoc returns descriptions for PGP ops toby 2017-03-24 21:36:46 +00:00
  • 46455bb493 Removed unnessesary code James Taylor 2017-03-24 12:55:45 +00:00
  • 53661c372c Merge branch 'master' of https://github.com/windhamwong/CyberChef windhamwong@nva-hk.com 2017-03-24 12:44:56 +00:00
  • 560e709183 Added sample recipe doc windhamwong@nva-hk.com 2017-03-24 12:43:14 +00:00
  • 8b546e61b2 Adding From Char(hex) feature windhamwong@nva-hk.com 2017-03-24 11:36:15 +00:00
  • 10c6444407 Merge pull request #1 from gchq/master Windham Wong 2017-03-24 11:08:49 +00:00
  • 112af3c74b 0x[Hex] operation added windhamwong@nva-hk.com 2017-03-24 11:02:37 +00:00
  • 9bd11dc7ad UglifyJS now invoked by webpack instead of Grunt n1474335 2017-03-23 18:41:36 +00:00
  • 131b3a83c1 Converted all modules from CommonJS to ES6 n1474335 2017-03-23 17:52:20 +00:00
  • 456aeeda7e Merge pull request #94 from surevine/base32-issue n1474335 2017-03-23 15:26:25 +00:00
  • f1449ac869 Cleaned build folder Update Readme windhamwong@nva-hk.com 2017-03-23 13:23:53 +00:00
  • e2f72ddea6 Adding nTcpdump as new operations windhamwong@nva-hk.com 2017-03-23 13:13:49 +00:00
  • 0f2a5014be Restructured src files into a more logical hierarchy n1474335 2017-03-23 00:33:40 +00:00
  • 72e3c6fc24 Fixed an issue with Base32 encoding Ashley Ward 2017-03-22 22:12:18 +00:00
  • c9910a8ddb Banners and template options added through webpack n1474335 2017-03-22 16:55:21 +00:00
  • df15826912 CSS now packaged with webpack instead of Grunt n1474335 2017-03-22 16:12:53 +00:00
  • fce13130cd Removed snowfall feature n1474335 2017-03-22 00:05:40 +00:00
  • 1800bad61d Added babel-preset-env with browser version targets and babel-polyfill n1474335 2017-03-21 23:56:46 +00:00
  • b5078599dc Merging with upstream master n1474335 2017-03-21 23:18:59 +00:00
  • 87d6459074 Updated production build n1474335 2017-03-21 23:10:18 +00:00
  • 45640f2f2e Merge branch 'tlwr-filedownload' n1474335 2017-03-21 23:07:54 +00:00
  • 69f6769d52 Removed jQuery and reference to window object from Utils code. n1474335 2017-03-21 23:06:51 +00:00
  • 885fbe13ac Set up Grunt tasks to build web and Node versions of CyberChef using webpack n1474335 2017-03-21 22:41:44 +00:00
  • a34e1a4d11 Write and clean up PGP operation descriptions toby 2017-03-20 15:34:55 -04:00
  • 6d733ef2d7 Add operation descriptions for some PGP ops toby 2017-03-20 14:53:29 -04:00
  • fa309ca6ea Improve PGP operation descriptions toby 2017-03-20 14:22:00 -04:00
  • ab1d199a03 Reformat ugly PGP operation descriptions toby 2017-03-20 14:15:11 -04:00
  • d2e41b7d4b Add date and algorithm for some PGP verify ops toby 2017-03-15 16:16:13 -04:00
  • bc4d7e86e3 Rename PGP "armor" occurrences to "armour" toby 2017-03-15 12:43:01 -04:00
  • f2f3bdc923 Fix binary file output and eslint warnings toby 2017-03-15 12:33:38 -04:00
  • db261be707 Add new PGP operations to their categories toby 2017-03-15 12:28:50 -04:00
  • 4c6866286b Remove "display message in output" opt in PGP ops toby 2017-03-15 12:24:56 -04:00
  • 56154a7987 Clean up PGP test names (caps) toby 2017-03-15 12:17:27 -04:00
  • 58f7e57896 Add tests for PGP decrypting passwords correctly toby 2017-03-15 12:16:00 -04:00
  • 8db94be8ac Add operation "Detach PGP Cleartext" toby 2017-03-15 12:06:32 -04:00
  • f60b06f4be Improve ASCII armor tests for PGP messages toby 2017-03-15 11:46:44 -04:00
  • b8ce10ae96 Adds Octal functions Matt C 2017-03-14 21:26:10 +00:00
  • 7188f9397f Fix eslint formatting warnings toby 2017-03-13 17:31:00 -04:00
  • d279d16ce0 Add 2 PGP ops for signing/verifying detached sigs toby 2017-03-13 17:23:57 -04:00
  • 3bdad1d3d0 Fix decryption of passwords in PGP operations toby 2017-03-13 17:23:38 -04:00
  • 78abacdadc Add download button for displayFilesAsHTML files toby 2017-03-12 12:51:04 -04:00
  • 9a5511a8bc Rename some PGP operations toby 2017-03-12 13:39:29 -04:00
  • 718c913bf8 Add PGP operations to relevant categories toby 2017-03-11 15:38:22 -05:00
  • 22467537be Remove 4096 key pairs toby 2017-03-11 14:59:26 -05:00
  • f7b1e6e309 Add and update PGP operations toby 2017-03-11 14:57:05 -05:00
  • 3d661c953f Enable test runner to compare ignoring whitespace toby 2017-03-11 14:55:53 -05:00
  • d440b3b398 Change text timeout to 30 seconds toby 2017-03-11 14:55:24 -05:00
  • 94ea086e05 BUGFIX: "Strip HTTP header" operation now functions correctly. n1474335 2017-03-09 17:16:47 +00:00
  • 728b4ea89d Change PGP Decrypt password argument to string toby 2017-03-08 11:56:00 -05:00
  • 213de7a941 Fix jsdoc typos and remove unnecessary comment toby 2017-03-08 11:55:26 -05:00
  • 691f156911 Merge pull request #90 from gchq/feature-ipv6reservedranges n1474335 2017-03-08 13:59:39 +00:00
  • 67f94df060 Implement PGP encrypt and PGP decrypt operations toby 2017-03-07 12:40:28 -05:00
  • b93c183772 Added EUI-64 detection to 'Parse IPv6 address' n1474335 2017-03-07 13:36:26 +00:00
  • 99f306dc18 Removed unused standalone libraries and fixed a few outstanding imports. n1474335 2017-03-07 11:27:36 +00:00
  • 5b5412a902 Merge branch 'tlwr-feature-async-ops' into feature-async-ops n1474335 2017-03-06 13:18:17 +00:00
  • 824c3935d9 Introduced more defensive checking for the end of a recipe. n1474335 2017-03-06 13:17:58 +00:00
  • a21e0e546b Converted the majority of the core and operations to use CommonJS module syntax. n1474335 2017-03-06 12:45:51 +00:00
  • 7f0ce0da8d Fix typo in "Fork, Cond Jump, Encodings" test toby 2017-03-04 11:05:05 -05:00
  • 8d4876a055 Fix Return operation toby 2017-03-04 11:04:17 -05:00
  • 14e9ea699a Jump operations now jump backwards in a more logical way. n1474335 2017-03-04 10:57:14 +00:00
  • 51d3c89133 Merge pull request #86 from tlwr/feature-async-ops n1474335 2017-03-04 10:48:29 +00:00
  • a459f542af Merge pull request #85 from Manishearth/crypt n1474335 2017-03-02 14:09:59 +00:00
  • 8c3f351ab6 Add Jump and Conditional Jump tests toby 2017-03-01 21:14:14 -05:00
  • cb642c156b Merge branch 'master' into feature-async-ops n1474335 2017-03-01 23:45:05 +00:00
  • a4197684e5 Added licencing info to README n1474335 2017-03-01 21:45:49 +00:00
  • fc9c2d1f6e BUGFIX: HTML output which is then converted to a regular string (for a standard operation) still contained escaped HTML chars. n1474335 2017-03-01 21:33:28 +00:00
  • 70603be5ab BUGFIX: Jump operations skipping an operation once maxJumps reached. n1474335 2017-03-01 21:20:42 +00:00
  • 3ad4291258 Added Fork and Conditional Jump test n1474335 2017-03-01 21:13:20 +00:00
  • 83791e2ea7
    Add crypt base64 format Manish Goregaokar 2017-02-24 01:09:47 -08:00
  • d91bdd7f8f Merge branch 'tlwr-tests' n1474335 2017-02-28 17:09:22 +00:00
  • d7e396c04f Tweaks and restructuring of test runner. n1474335 2017-02-28 17:08:36 +00:00
  • 6e5ea5d75f Merge branch 'tests' of https://github.com/tlwr/CyberChef into tlwr-tests n1474335 2017-02-28 13:05:03 +00:00
  • 9f75077fe8 Async operation code tidy. n1474335 2017-02-27 17:29:43 +00:00
  • 3a90244af0 Convert test runner to headless toby 2017-02-24 18:50:17 -05:00
  • 11e06eeb75 Fixed merge conflict n1474335 2017-02-24 18:14:37 +00:00
  • 7355bf5998 Merge pull request #83 from gchq/feature-ipv4header n1474335 2017-02-24 17:14:23 +00:00
  • 04df7a51d2 Handle case when expected error and receives none toby 2017-02-23 14:30:19 -05:00
  • 3d89881373 Fix typo in TestRegister.js toby 2017-02-23 14:04:50 -05:00
  • d680b4a06f Merge remote-tracking branch 'upstream/master' into tests toby 2017-02-23 14:01:35 -05:00
  • 500522bdeb Initial work on in-browser test runner toby 2017-02-23 13:59:58 -05:00
  • 9404f1e0b8 Fix bug when only fork is called toby 2017-02-22 14:36:14 -05:00
  • d6cebe55ab Merge branch 'master' into feature-ipv4header n1474335 2017-02-21 19:52:36 +00:00
  • be07fe81ed Completed 'Parse IPv4 header' operation candidate. n1474335 2017-02-21 19:40:19 +00:00
  • 6505c4e6d8 Built new production version to incorporate Morse Code improvements. n1474335 2017-02-18 16:15:42 +00:00