Commit Graph

  • 5f85bff315 Fixed tests for octal operations. n1474335 2017-04-05 22:00:06 +01:00
  • a36c9ca339 Merge remote-tracking branch 'upstream/master' into feature-octal Matt C 2017-03-31 18:44:38 +00:00
  • f07709e80b Merge branch 'master' of https://github.com/gchq/CyberChef n1474335 2017-03-31 16:01:26 +00:00
  • 7272c86592 5.0.1 v5.0.1 n1474335 2017-03-31 16:00:30 +00:00
  • 706423462d 'From Base' operation now supports numbers with fractional parts. n1474335 2017-03-31 16:00:23 +00:00
  • 2eada231fe Merge branch 'master' into feature-async-ops n1474335 2017-03-31 12:06:54 +00:00
  • bace0c5b2c Updated .travis.yml n1474335 2017-03-31 11:27:39 +01:00
  • 3788a9161a Updated .travis.yml to add GA code to GH Pages n1474335 2017-03-31 09:56:08 +00:00
  • 7276ccaf96 5.0.0 v5.0.0 n1474335 2017-03-30 21:18:41 +01:00
  • 3a9dbdf7fb Fixed Travis CI config for releases n1474335 2017-03-30 21:18:33 +01:00
  • 8106ba5bc6 Configured Travis CI to deploy GitHub Releases n1474335 2017-03-30 20:54:46 +01:00
  • b9766a5041 Configured Travis CI to deploy to GitHub Pages n1474335 2017-03-30 20:17:40 +01:00
  • a37d2a24cf Merge branch 'master' of https://github.com/gchq/CyberChef n1474335 2017-03-30 19:59:31 +01:00
  • 3b253f48ae Added .travis.yml for CI n1474335 2017-03-30 19:58:58 +01:00
  • f63456ae30 Updated README.md n1474335 2017-03-30 18:56:07 +01:00
  • 6cbf9ef2c2 Added npm shortcuts for test, build and docs n1474335 2017-03-30 18:47:53 +01:00
  • f4e3119468
    add yarn.lock Fixes #1 Thomas Grainger 2017-03-30 18:37:03 +01:00
  • 514911fa4c Merged with upstream master n1474335 2017-03-30 18:36:49 +01:00
  • 8ed4cb65c5 Merge pull request #95 from gchq/feature-webpack n1474335 2017-03-30 18:25:33 +01:00
  • 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