Commit Graph

  • 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
  • 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
  • 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
  • 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
  • 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
  • b8ce10ae96 Adds Octal functions Matt C 2017-03-14 21:26:10 +00:00
  • 78abacdadc Add download button for displayFilesAsHTML files toby 2017-03-12 12:51:04 -04:00
  • 94ea086e05 BUGFIX: "Strip HTTP header" operation now functions correctly. n1474335 2017-03-09 17:16:47 +00:00
  • 691f156911 Merge pull request #90 from gchq/feature-ipv6reservedranges n1474335 2017-03-08 13:59:39 +00: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
  • a21e0e546b Converted the majority of the core and operations to use CommonJS module syntax. n1474335 2017-03-06 12:45:51 +00:00
  • 14e9ea699a Jump operations now jump backwards in a more logical way. n1474335 2017-03-04 10:57:14 +00:00
  • a459f542af Merge pull request #85 from Manishearth/crypt n1474335 2017-03-02 14:09:59 +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
  • 3a90244af0 Convert test runner to headless toby 2017-02-24 18:50:17 -05: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
  • 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
  • fa20939dd4 Added initial functionality for 'Parse IPv4 header' operation. n1474335 2017-02-18 16:13:19 +00:00
  • 6bb6363b0f Merge pull request #74 from misterRaven/master n1474335 2017-02-18 16:10:58 +00:00
  • 92bd2c921e Built production version with Base58 and NetBIOS operations. Closes #48. n1474335 2017-02-13 18:12:55 +00:00
  • 701ea5890d Merge pull request #78 from tlwr/master n1474335 2017-02-13 17:50:38 +00:00
  • f8744df907 Merge pull request #75 from gchq/feature-netbios n1474335 2017-02-13 17:49:32 +00:00
  • 4d14e20afb Merge pull request #80 from gchq/bug-canvascomponents n1474335 2017-02-13 17:49:19 +00:00
  • edb418a3fc BUGFIX: CanvasComponents naming conventions updated to match main project settings. Fixes 'Entropy' and 'Frequency distribution' operations. n1474335 2017-02-13 17:48:24 +00:00
  • 11e972ff26 Change description in Base58.js toby 2017-02-10 13:45:20 -05:00
  • 9125d74fa2 Merge branch 'base58' toby 2017-02-10 13:34:21 -05:00
  • e26e6a4961 Add "To Base58" and "From Base58" operations toby 2017-02-10 13:31:59 -05:00
  • 522e7a9439 Merge pull request #77 from gchq/bug-html-entities n1474335 2017-02-10 16:38:06 +00:00
  • f76316eae3 Fixed double encoding of HTML entities by improving Utils.escapeHTML. Fixes #76. n1474335 2017-02-10 16:39:32 +00:00
  • 0e2ce2bee2 Rebuilt production version to include tar and untar ops. n1474335 2017-02-10 12:21:51 +00:00
  • ea38664d59 Merge pull request #71 from tlwr/master n1474335 2017-02-10 12:12:02 +00:00
  • ee5aea5443 Added 'Encode NetBIOS Name' and 'Decode NetBIOS Name' operations n1474335 2017-02-10 11:57:23 +00:00
  • 0fd2550190 Improve and fix examples for padBytesRight toby 2017-02-09 13:37:30 -05:00
  • 0eef1d972a Add padBytesRight author & displayFilesAsHTML desc toby 2017-02-09 13:22:27 -05:00
  • 6cc5806486 Remove obsolete line from displayFilesAsHTML toby 2017-02-09 13:20:44 -05:00
  • bbc93af2ae Remove padLeft & move zeroFillBytes to Utils toby 2017-02-09 13:07:46 -05:00
  • 037540c9a8 Fix description for Tar operation toby 2017-02-09 13:04:46 -05:00
  • 3bd585cabf Update Unzip to use displayFilesAsHTML toby 2017-02-09 12:00:36 -05:00
  • 6b8ab2bf16 Add file count to displayFilesAsHTML toby 2017-02-09 11:59:47 -05:00
  • c67957da81 Code styling changes to pass grunt prod toby 2017-02-09 11:38:20 -05:00
  • e751825a49 Merge branch 'master' of github.com:tlwr/CyberChef toby 2017-02-09 11:37:49 -05:00
  • a4283554cf Merge remote-tracking branch 'upstream/master' toby 2017-02-09 11:31:15 -05:00
  • d26cf4ca9d Merge remote-tracking branch 'upstream/master' toby 2017-02-09 11:31:15 -05:00
  • 616cebff5a Fix "A lone zero block at ##" bug toby 2017-02-09 11:25:09 -05:00
  • e803d208e8 Updated eslint whitespace rules n1474335 2017-02-09 15:09:33 +00:00
  • ebf2258715 Merge branch 'artemisbot-feature-affine' n1474335 2017-02-09 14:18:04 +00:00
  • b2b60f0454 Fixed conflicts. n1474335 2017-02-09 14:17:44 +00:00
  • 1cc7835a8d FromMorse operation extended to treat dashes & hyphens as long signals misterRaven 2017-02-09 17:29:12 +07:00
  • 991bb887ae Punctuation symbols for Morse code misterRaven 2017-02-09 17:20:06 +07:00
  • d5796706e4 Change Tar block padding to 2 blocks toby 2017-02-08 23:52:59 -05:00
  • 1653cbf817 Fix JSDoc return type for displayFilesAsHTML toby 2017-02-08 23:36:09 -05:00
  • 442dd560c0 Implement the Tar operation toby 2017-02-08 23:35:54 -05:00
  • 281a83bbc3 Add author to runTar, runUntar, displayFilesAsHTML toby 2017-02-08 12:51:54 -05:00
  • 6f077a9c50 Rename to runTar, runUntar, displayFilesAsHTML toby 2017-02-08 12:51:18 -05:00
  • a153246191 Tidied operations to match conventions Matt C 2017-02-08 17:29:50 +00:00
  • 2750be36da Adds Affine/Atbash Cipher encryption/decryption Matt C 2017-02-08 11:51:37 +00:00
  • e809deb914 Initial functionality of untar toby 2017-02-08 00:05:52 -05:00
  • b8b51e04bb Updated ISSUE_TEMPLATE.md n1474335 2017-02-07 20:30:44 +00:00
  • 4f0d153e73 Added 'Report a bug' tab to the 'About/Support' pane. n1474335 2017-02-07 20:31:15 +00:00
  • 6eacd213a3 Added ISSUE_TEMPLATE.md n1474335 2017-02-07 18:05:05 +00:00