Commit Graph

  • e81122739b Files can now be moved from the output to the input n1474335 2017-12-27 02:26:24 +00:00
  • a0aa363203 Download filenames now persist n1474335 2017-12-27 02:01:17 +00:00
  • bad0816115 Output files can be viewed in slices n1474335 2017-12-27 01:52:41 +00:00
  • f398c98637 Merge b76d09dfb35ae1a7c7388e7dafae75887e69a5f1 into 8ee37422163c0b050eaaeb0dbf72cd90a7a1d2b3 Windham Wong 2017-12-27 01:34:47 +00:00
  • b76d09dfb3 Merge branch 'gchq-master' into latest windhamwong 2017-12-27 01:29:04 +00:00
  • e9924a7d35 Merging from latest master windhamwong 2017-12-27 01:27:26 +00:00
  • 53a3f3d452 Changed inputType for file magic byte operations to ArrayBuffer n1474335 2017-12-26 22:05:10 +00:00
  • ff94172b3c Output files can now be downloaded using FileSaver (supports large files ~500MB) n1474335 2017-12-26 01:32:51 +00:00
  • af71ca6a25 Output over 1MiB is passed back as an ArrayBuffer and an output file card is displayed. n1474335 2017-12-26 00:44:40 +00:00
  • 0e7989111f Removed CryptoJS from Utils.js. UTF8 conversion is now achieved with the much smaller and actively maintained utf8 library. n1474335 2017-12-25 23:11:52 +00:00
  • db8955d90d WIP: add encrypt and decrypt operations Toby Lorne 2017-12-24 17:44:32 +00:00
  • 5a5ce1101b
    Merge pull request #2 from artemisbot/features/add-pgp-kbpgp Toby Lorne 2017-12-23 17:33:42 +00:00
  • 8ee3742216 6.8.0 v6.8.0 n1474335 2017-12-21 15:13:54 +00:00
  • 194eb184f3 Merge branch 'bwhitn-math' n1474335 2017-12-21 15:13:35 +00:00
  • 98f59ace3a Small tweaks to the arithmetic ops n1474335 2017-12-21 15:12:06 +00:00
  • c1fb6d9776 Merge branch 'math' of https://github.com/bwhitn/CyberChef into bwhitn-math n1474335 2017-12-21 14:46:37 +00:00
  • 670566b7eb Promisified generation of key pair Matt C 2017-12-21 14:23:31 +00:00
  • fc7d2c2f52 separated all functions and updated comments/descriptions bwhitn 2017-12-21 05:58:31 -08:00
  • 0fea84ed7a WIP bwhitn 2017-12-21 00:19:47 -05:00
  • 5e7f8e3976 Removed unnecessary whitespace n1474335 2017-12-20 16:34:21 +00:00
  • fe4c5f5899 6.7.2 v6.7.2 n1474335 2017-12-20 15:56:56 +00:00
  • d47b7b9242 Merge branch 'bug-numberwang' n1474335 2017-12-20 15:56:47 +00:00
  • 09b6661e35 Fixed trailing spaces n1474335 2017-12-20 15:51:57 +00:00
  • 57b1667b69 Fixed the Numberwang algorithm to correctly recognise recently discovered Numberwang values. Fixes #204 n1474335 2017-12-20 15:45:58 +00:00
  • 5e9380b550 6.7.1 v6.7.1 n1474335 2017-12-20 13:43:31 +00:00
  • fc8a0480fb Merge branch 'bug-css-selector' n1474335 2017-12-20 13:43:00 +00:00
  • 317327d097 CSS selector operation now works in a web worker. Fixes #218 n1474335 2017-12-20 13:30:51 +00:00
  • ecd0ac2521 Updated dependencies n1474335 2017-12-19 16:53:57 +00:00
  • f9eaf67db2 6.7.0 v6.7.0 n1474335 2017-12-19 15:02:23 +00:00
  • 99e0c8d5e3 Merge branch 'bwhitn-chi' n1474335 2017-12-19 15:02:08 +00:00
  • 7a951d86d8 Tidied up Chi Square operation n1474335 2017-12-19 15:02:01 +00:00
  • d9dfaec84c Merge branch 'chi' of https://github.com/bwhitn/CyberChef into bwhitn-chi n1474335 2017-12-19 14:45:50 +00:00
  • 80719ae368 6.6.3 v6.6.3 n1474335 2017-12-19 14:41:34 +00:00
  • 9407809356 Merge branch 'bwhitn-fixHOTP' n1474335 2017-12-19 14:40:30 +00:00
  • f7e958e7a1 Changed HOTP inputType to byteArray n1474335 2017-12-19 14:38:13 +00:00
  • 5d75f8636a Resolved conflict n1474335 2017-12-19 14:31:40 +00:00
  • 22aaeb3ff5 6.6.2 v6.6.2 n1474335 2017-12-19 14:25:12 +00:00
  • 8c29ce95e2 Merge branch 'artemisbot-bug/uuid' n1474335 2017-12-19 14:24:59 +00:00
  • 049fc66785 Added note to Default.js to show that crypto is included in that module. n1474335 2017-12-19 14:24:47 +00:00
  • 029c55fd53 Merge branch 'bug/uuid' of https://github.com/artemisbot/CyberChef into artemisbot-bug/uuid n1474335 2017-12-19 14:15:31 +00:00
  • 7b433b9bd6 6.6.1 v6.6.1 n1474335 2017-12-19 14:12:24 +00:00
  • 5ec210990b Fixed NetBIOS space removal n1474335 2017-12-19 14:12:18 +00:00
  • a7a0cacddb Merge branch 'bwhitn-fixNB' n1474335 2017-12-19 13:54:02 +00:00
  • e61ced93d6 Removed dependency for Utils.js from NetBIOS.js n1474335 2017-12-19 13:53:33 +00:00
  • df122da1d2 Merge branch 'fixNB' of https://github.com/bwhitn/CyberChef into bwhitn-fixNB n1474335 2017-12-19 13:26:49 +00:00
  • 31d90939fe 6.6.0 v6.6.0 n1474335 2017-12-19 13:19:46 +00:00
  • 67b0fdf73e Merge branch 'bwhitn-control' n1474335 2017-12-19 13:18:58 +00:00
  • 12fc8c22dd Made some naming changes to Label-related operations. n1474335 2017-12-19 13:18:25 +00:00
  • 4e00ac9300 Files are now uploaded in a worker and not displayed in the input by default. Added ArrayBuffer Dish type. n1474335 2017-12-18 20:39:55 +00:00
  • 4ca2a30249 Fixed minor errors bwhitn 2017-12-18 05:33:52 -08:00
  • 08a31523b2 changed the function comment bwhitn 2017-12-18 05:04:11 -08:00
  • 4b29a61065 Fixes UUID incompatibility with webworkers Matt C 2017-12-18 09:53:23 +00:00
  • 06c83cb44c forgot a equal sign bwhitn 2017-12-15 19:53:09 -05:00
  • 75a5fc0ddc Added Test, function checks, and cleaned some output. bwhitn 2017-12-15 19:46:21 -05:00
  • 946d165aa0 fixed decode bwhitn 2017-12-15 00:53:09 -05:00
  • 224d79be05 merged with master bwhitn 2017-12-17 23:56:30 -05:00
  • 435ed587a5 Fixed HOTP, TOTP and added test for HOTP bwhitn 2017-12-16 09:10:52 -05:00
  • 81082ea001 I really need to learn git bwhitn 2017-12-17 23:45:15 -05:00
  • 1d3229a729 rebase to current bwhitn 2017-12-17 23:35:34 -05:00
  • a9e60d3450 minor fix bwhitn 2017-12-17 22:15:13 -05:00
  • f9ddee7d80 Inital commit for pull bwhitn 2017-12-17 21:57:09 -05:00
  • ef0d3b73b0 changed op array bwhitn 2017-12-17 15:29:31 -05:00
  • 5368040e83 Added additional arithmetic source bwhitn 2017-12-17 15:20:58 -05:00
  • b9b4147c2f start of math operations bwhitn 2017-12-17 15:19:10 -05:00
  • caae0ec5ca
    Merge pull request #2 from gchq/master bwhitn 2017-12-17 20:16:25 -08:00
  • 2b47631f4d minor fix bwhitn 2017-12-17 22:15:13 -05:00
  • 298e8e8491 Inital commit for pull bwhitn 2017-12-17 21:57:09 -05:00
  • 6ad3728314 changed op array bwhitn 2017-12-17 15:29:31 -05:00
  • 772f9a806e Added additional arithmetic source bwhitn 2017-12-17 15:20:58 -05:00
  • ae8d1f2178 start of math operations bwhitn 2017-12-17 15:19:10 -05:00
  • 9bc6c46dc3 Fixed HOTP, TOTP and added test for HOTP bwhitn 2017-12-16 09:10:52 -05:00
  • c7240782fe Merge 47ce240e70789e3975a0125f6dfbdb9fd0e11633 into 021cae1a9551eeea611fd2708dbe6891efb60557 bwhitn 2017-12-16 01:40:08 +00:00
  • b48e940f2d Merge branch 'control' of https://github.com/bwhitn/CyberChef into bwhitn-control n1474335 2017-12-08 13:47:45 +00:00
  • dcd8f98e8c Fix linting in PGP operations tlwr 2017-11-26 20:13:49 +00:00
  • 60c8da7bbb Add operation "Generate PGP Key Pair" tlwr 2017-11-25 16:00:33 +00:00
  • e500cfae75 Fixed errors bwhitn 2017-11-24 10:31:26 -08:00
  • f01c0adee2 Changed jumps from index based to label base. Updated test. bwhitn 2017-11-24 10:12:08 -08:00
  • 021cae1a95 6.5.0 v6.5.0 n1474335 2017-11-24 16:33:46 +00:00
  • f66cd8f983 Merge branch 'jarmovanlenthe-master' n1474335 2017-11-24 16:32:45 +00:00
  • fe8049199a Moved PhpDeserialize.js to PHP.js to encompass possible future PHP-related ops n1474335 2017-11-24 16:32:11 +00:00
  • cfb6dd9471 Merge branch 'master' of https://github.com/jarmovanlenthe/CyberChef into jarmovanlenthe-master n1474335 2017-11-24 15:19:56 +00:00
  • 7abda44fd6 Added Negative Matching to conditional jumps so negative lookahead is not required. bwhitn 2017-11-24 05:48:40 -08:00
  • 47ce240e70
    Merge pull request #1 from gchq/master bwhitn 2017-11-24 07:50:13 -05:00
  • ba97cf84f4 Merge 30475f23bc8a782ed3317a229dc912975799ae1e into c23d7fd79cbf4daa73f23ab61d43986cce5402b0 Toby Lorne 2017-11-21 15:51:07 +00:00
  • c23d7fd79c 6.4.6 v6.4.6 n1474335 2017-11-20 17:47:48 +00:00
  • 555fed2d51 Merge branch 'artemisbot-features/keybindings' n1474335 2017-11-20 17:46:09 +00:00
  • 7a2f68e14a Cosmetic changes to keybindings code n1474335 2017-11-20 17:45:50 +00:00
  • 8fd08cb2bf Merge branch 'features/keybindings' of https://github.com/artemisbot/CyberChef into artemisbot-features/keybindings n1474335 2017-11-20 16:57:16 +00:00
  • 7a2b75c861 Updated dependencies n1474335 2017-11-20 16:57:04 +00:00
  • 00074f914f Change test to Apache-2.0 license Jarmo van Lenthe 2017-11-16 07:37:11 -05:00
  • ea352e05f0 Change PHP Serialization operation to Apache-2.0 license. Jarmo van Lenthe 2017-11-15 16:00:53 -05:00
  • 305956cbe3 Fix copyright statement Jarmo van Lenthe 2017-11-13 07:15:06 -05:00
  • 5399d27875 Add space after for Jarmo van Lenthe 2017-11-12 22:23:38 -05:00
  • 29047c2481 Add JSDoc to helper functions and reformat while true. Jarmo van Lenthe 2017-11-12 22:20:16 -05:00
  • 50a32e90d9 Reformatted PHP deserialization. Jarmo van Lenthe 2017-11-12 22:11:16 -05:00
  • f596fe8404 Add tests for PHP deserialization Jarmo van Lenthe 2017-11-12 22:10:28 -05:00
  • 4be7f89fd8 Add PHP Deserialization. Jarmo van Lenthe 2017-11-12 21:37:29 -05:00
  • 6a7709c669 Merge bc1633de9f92d4b361c0cb9864c1ae3a411482a4 into 2cd4256ece8f4dd8a6e3dca2a20209d0782f2235 programmars 2017-11-12 03:51:17 +00:00
  • bc1633de9f fix: package.json to reduce vulnerabilities snyk-bot 2017-11-12 03:48:14 +00:00
  • 8b30fdf7f1 Adds ability for user to use Meta key instead of alt for keybindings Matt C 2017-11-04 12:55:28 +00:00