Commit Graph

  • ac2466a304 create operation from npm run newop Klaxon 2018-10-03 13:11:22 +10:00
  • 6e216fefdb C and Go added edhinard 2018-10-02 20:55:12 +02:00
  • ab4c9ef0d6
    fix comment Klaxon 2018-10-02 15:12:51 +10:00
  • a69063de9b add tests Klaxon 2018-10-02 13:51:55 +10:00
  • 62b76777c0 update regex to match more email address variations Klaxon 2018-10-02 13:40:47 +10:00
  • ea7a9a90bb generalization: 'To Byte String Literal'. Python implemented. More to come... edhinard 2018-09-27 23:17:57 +02:00
  • 431f1d4be0 housekeeping & add repl command to package d98762625 2018-09-27 17:40:22 +01:00
  • 9f8dd0f2a6 tests added edh 2018-09-25 22:27:45 +02:00
  • 3dcea288bf correct warnings edh 2018-09-25 21:55:43 +02:00
  • 32a91bda0a CSS label / register-list Aesthetics OllieGeek 2018-09-24 22:56:38 +01:00
  • bf31f48e06 To Python bytes edh 2018-09-24 22:47:00 +02:00
  • cc840c050b Add header to repl. Use uppercase Dish in chef export. Fix SyncDish constructor call d98762625 2018-09-21 12:24:34 +01:00
  • e19d3d0d06 simplify repl-index - no longer needs its own config script. Just needs grunt node. d98762625 2018-09-04 10:05:04 +01:00
  • 749a587eb2 fix tests after merge; remove detectFileType as it behaves erratically d98762625 2018-09-04 09:55:41 +01:00
  • 5047619e54 Merge branch 'master' of github.com:gchq/CyberChef into node-lib d98762625 2018-09-04 09:42:05 +01:00
  • 63a23e4dcc make chef.help emulate search function in UI. Didnt extract search logic from web as it is fairly entwined. d98762625 2018-09-04 09:33:49 +01:00
  • a15af602e0 Merge branch 'tlv' of https://github.com/GCHQ77703/CyberChef into GCHQ77703-tlv n1474335 2018-08-31 15:12:54 +00:00
  • 3466f4e452 add help, bake to top level export so theyre in the expected place in ES5 chef d98762625 2018-08-31 15:17:33 +01:00
  • ec9dfd2918 Updated NPM token n1474335 2018-08-31 14:08:18 +00:00
  • b36e3adf7c add assertions for chef.bake leniancy on op names d98762625 2018-08-31 15:03:53 +01:00
  • 016086ef4e 8.7.0 v8.7.0 n1474335 2018-08-31 14:00:29 +00:00
  • 2e5ea968ee Updated CHANGELOG n1474335 2018-08-31 14:00:24 +00:00
  • 5dde1c1c04 Merge branch 'GCHQ77703-jwt' n1474335 2018-08-31 13:58:33 +00:00
  • be14d56eae Tidied up JWT operations n1474335 2018-08-31 13:58:06 +00:00
  • c6a292bccb rename node Recipe > NodeRecipe to avoid naming confusion d98762625 2018-08-31 14:52:14 +01:00
  • f51d924ec9 Remove duplicate wiping of opconfig in node index config script d98762625 2018-08-31 14:48:46 +01:00
  • 96d5930f05 Throw ExcludedOperationError when excluded operation is called from API d98762625 2018-08-31 14:43:14 +01:00
  • 7c9ebafd00 toggleString args now additionally accept just input value, taking first option as default. d98762625 2018-08-31 13:45:12 +01:00
  • 100b097ace Merge branch 'jwt' of https://github.com/GCHQ77703/CyberChef into GCHQ77703-jwt n1474335 2018-08-31 12:20:37 +00:00
  • 3833c5f9fe Rename operation, add working tests, add info URL GCHQ 77703 2018-08-31 13:20:28 +01:00
  • f6c4b5073c Expose Dish (SyncDish) in API and make it composable. d98762625 2018-08-23 21:40:45 +01:00
  • f73452e01f making SyncDish composable! we want to exclude certain ops from top level api export (chef, etc) and make an Order (or something) class to start the chain off maybe? d98762625 2018-08-20 01:05:46 +01:00
  • 55f7cac526 Remove Buffer from Dish. Convert into ByteArray in api and then pass in as ArrayBuffer. Add some PNG files to tests d98762625 2018-08-19 22:55:40 +01:00
  • 3470dd9f3b Merge branch 'GCHQ77703-alphabetical' n1474335 2018-08-31 11:41:43 +00:00
  • 31e758ca45 Attempt to make RSA key generation functional Matt C 2018-08-31 11:25:05 +01:00
  • f81ca3ba60 Implement RSA generation and signing of messages GCHQ 77703 2018-08-30 22:38:01 +01:00
  • d70555c666 add an annoying missing space GCHQ 77703 2018-08-30 01:00:13 +01:00
  • dea6f875d3 Add "Play Audio" Operation GCHQ 77703 2018-08-30 00:54:44 +01:00
  • c5e8649284 alphabetically sort tests GCHQ 77703 2018-08-29 22:48:47 +01:00
  • a95f43aa4d Implement tests, fix options argument GCHQ 77703 2018-08-29 22:43:10 +01:00
  • 0420aa8edb Merge branch 'Sam-Dowling-patch-1' n1474335 2018-08-29 19:09:53 +00:00
  • 806b43dfec Merge branch 'patch-1' of https://github.com/Sam-Dowling/CyberChef into Sam-Dowling-patch-1 n1474335 2018-08-29 19:09:19 +00:00
  • 98f4fe4c2b 8.6.2 v8.6.2 n1474335 2018-08-29 19:06:02 +00:00
  • 0d63b3cbae JSON output is now indented by default. Closes #350. n1474335 2018-08-29 19:05:58 +00:00
  • 7061c05f77 8.6.1 v8.6.1 n1474335 2018-08-29 18:58:01 +00:00
  • 9b9a182f9f Merge branch 'klaxon1-feature/improve-parse-ip-range' n1474335 2018-08-29 18:57:08 +00:00
  • 2d9e7fcc6d Added full stop to operation description n1474335 2018-08-29 18:56:50 +00:00
  • 56946a66aa Merge branch 'feature/improve-parse-ip-range' of https://github.com/klaxon1/CyberChef into klaxon1-feature/improve-parse-ip-range n1474335 2018-08-29 18:48:29 +00:00
  • c9242e32fe Auto-generated configs and modules are now cleaned when starting a new dev or prod task n1474335 2018-08-29 18:21:46 +00:00
  • 22e8883934 8.6.0 v8.6.0 n1474335 2018-08-29 18:04:55 +00:00
  • 552a18d89a Updated CHANGELOG n1474335 2018-08-29 18:04:49 +00:00
  • 6b725e9114 Merge branch 'GCHQ77703-master' n1474335 2018-08-29 18:00:06 +00:00
  • 415beaa0b0 Tidied up Geohash operations n1474335 2018-08-29 17:59:48 +00:00
  • e9fe227ed7 Merge branch 'master' of https://github.com/GCHQ77703/CyberChef into GCHQ77703-master n1474335 2018-08-29 17:48:23 +00:00
  • c1be109592 8.5.1 v8.5.1 n1474335 2018-08-29 17:36:05 +00:00
  • 88e603bbf1 Merge branch 'PenguinGeorge-cascadexor-new' n1474335 2018-08-29 17:35:13 +00:00
  • c7b2095bb4 Updated package-lock.json n1474335 2018-08-29 17:34:47 +00:00
  • 7396117d89 Merge branch 'cascadexor-new' of https://github.com/PenguinGeorge/CyberChef into PenguinGeorge-cascadexor-new n1474335 2018-08-29 17:31:59 +00:00
  • fd96bf345b
    Fixed typo Sam Dowling 2018-08-29 17:15:52 +01:00
  • 2820660264 fix regex issues and ESlint errors and warnings Klaxon 2018-08-28 20:15:59 +10:00
  • 86145dbf67 add tests Klaxon 2018-08-28 20:14:40 +10:00
  • 135b17186e update description Klaxon 2018-08-28 16:42:24 +10:00
  • ce494339ef add parse IPv6 list Klaxon 2018-08-28 15:35:54 +10:00
  • dd5af7eb10 add parse IPv4 list Klaxon 2018-08-28 14:48:19 +10:00
  • b4d9f689eb
    Merge 382bdcfd84c7372bfbcb0a5dce25afb7fd208237 into 3905c01a0d86ffe3ff6fac4277dcf86c21274388 Klaxon 2018-08-28 12:35:11 +00:00
  • 382bdcfd84 fix regex issues and ESlint errors and warnings Duncan 2018-08-28 20:15:59 +10:00
  • 698763c8dc add tests Duncan 2018-08-28 20:14:40 +10:00
  • d76960d132 update description Duncan 2018-08-28 16:42:24 +10:00
  • 4a957b68c5 add parse IPv6 list Duncan 2018-08-28 15:35:54 +10:00
  • b76aee5479 add parse IPv4 list Duncan 2018-08-28 14:48:19 +10:00
  • 3abe99078e Fix linting GCHQ 77703 2018-08-27 16:03:15 +01:00
  • edbd540c68 Add Dysfunctional Test GCHQ 77703 2018-08-27 15:42:07 +01:00
  • 06d9302d96 Implement TLV / KLV GCHQ 77703 2018-08-27 14:57:24 +01:00
  • 032b4bed7f Add Length Value Decoder Operatoin GCHQ 77703 2018-08-27 01:17:06 +01:00
  • 8559f5c8ea Add JWT Verify, Decode and Sign GCHQ 77703 2018-08-26 23:16:13 +01:00
  • e3b09edf4f Use a different module for Moustache GCHQ 77703 2018-08-26 22:26:14 +01:00
  • fadb395cd9 Fix Linting Issues GCHQ 77703 2018-08-26 22:21:17 +01:00
  • 16858443e0 Add missing semicolon GCHQ 77703 2018-08-26 21:14:40 +01:00
  • 542809d5f5 Add Moustache Template GCHQ 77703 2018-08-26 21:11:38 +01:00
  • 91133172d5 Remove subdomain from Wikipedia GCHQ 77703 2018-08-26 18:51:52 +01:00
  • 001f3f30cd Remove multi-line operations GCHQ 77703 2018-08-26 18:06:02 +01:00
  • a1b1059ad1 Revert package-lock.json changes GCHQ 77703 2018-08-26 17:39:33 +01:00
  • 69a0122fea Fix "From Geohash" test GCHQ 77703 2018-08-26 17:20:50 +01:00
  • 3d505b4248 Add ToGeohash and FromGeohash operations GCHQ 77703 2018-08-26 14:27:15 +01:00
  • 70d4e3394c Updated XOR to include Cascade scheme George J 2018-08-24 22:33:24 +01:00
  • 3905c01a0d 8.5.0 v8.5.0 n1474335 2018-08-24 01:07:56 +01:00
  • 2a49af1ec3 'To Braille' and 'From Braille' operations added. Closes #255 n1474335 2018-08-24 01:07:51 +01:00
  • 3d4f54e8bc 8.4.3 v8.4.3 n1474335 2018-08-24 00:32:57 +01:00
  • 61f2f2d2e3 'Show Base64 offsets' operation show supports base64 input. Closes #276 n1474335 2018-08-24 00:32:52 +01:00
  • 00058bd5c7 8.4.2 v8.4.2 n1474335 2018-08-23 23:24:05 +01:00
  • 383fe50fc9 Support for negative values in 'Drop bytes' and 'Take bytes'. Closes #266 n1474335 2018-08-23 23:23:00 +01:00
  • e4fdadc573 8.4.1 v8.4.1 n1474335 2018-08-23 22:56:46 +01:00
  • 032f8808ef Fixed typo in Z85 alphabet n1474335 2018-08-23 22:56:18 +01:00
  • 10cf0d13c2 8.4.0 v8.4.0 n1474335 2018-08-23 22:10:23 +01:00
  • 6c9fea97ef Updated CHANGELOG n1474335 2018-08-23 22:10:15 +01:00
  • 4c2d612bdd Merge branch 'PenguinGeorge-ascii85-new' n1474335 2018-08-23 22:05:44 +01:00
  • 8e9fece77d Tidied up Base85 ops n1474335 2018-08-23 22:05:31 +01:00
  • c818370123 Merge branch 'ascii85-new' of https://github.com/PenguinGeorge/CyberChef into PenguinGeorge-ascii85-new n1474335 2018-08-23 21:46:41 +01:00
  • bf2643802a 8.3.1 v8.3.1 n1474335 2018-08-23 21:42:04 +01:00
  • 1ad079fbd4 'Find/Replace', 'Filter' and 'Register' now used XRegExp n1474335 2018-08-23 21:41:57 +01:00