Commit Graph

3309 Commits

Author SHA1 Message Date
Wingless-Archangel f630c499d5
Update .gitignore
add .node-version file for supporting [nodeenv](https://github.com/ekalinin/nodeenv)
2021-10-29 14:41:35 +02:00
MikeCAT e8f91316ff Added ROT13/47 Brute Force 2021-10-20 21:28:48 +09:00
MikeCAT a7cdb095d2 Added input validation to fromBase64() 2021-10-04 22:39:16 +09:00
Thomas Weißschuh cfc29ef821 Always use mjs imports
This is needed for Node/NPM 16 compat
2021-09-17 08:48:04 +02:00
Thomas Weißschuh 83c6775038 Support json modules
This is need for builds on Node/NPM 16
2021-09-17 08:45:56 +02:00
n1474335 ae1b12c120 9.32.3 2021-09-03 14:58:53 +01:00
n1474335 c423de545f Switch XOR input and output differential logic. Fixes #1155 2021-09-03 14:58:48 +01:00
n1474335 84011371b7 9.32.2 2021-08-26 16:51:50 +01:00
n1474335 f831ec6b7e Fixed issues in Protobuf parsing 2021-08-26 16:51:42 +01:00
n1474335 05bfa9158d 9.32.1 2021-08-19 12:06:30 +01:00
n1474335 649016bc85 Updated dependencies 2021-08-19 12:06:26 +01:00
n1474335 7492b874cf 9.32.0 2021-08-18 17:23:43 +01:00
n1474335 9ea21af61f Updated CHANGELOG 2021-08-18 17:23:38 +01:00
n1474335 dd18e52993 Protobuf operations improved to enable full and partial schema support 2021-08-18 17:22:09 +01:00
Gitoffthelawn 7712ee7f35
Improved consistency
Changed "or" to "and" because all the other sentence sections use "and".
2021-08-11 01:55:47 -07:00
n1474335 a4a13666e6 9.31.0 2021-08-10 16:51:28 +01:00
n1474335 07ef4da892 Updated CHANGELOG 2021-08-10 16:50:59 +01:00
n1474335 e9ca4dc9ca Added HASSH operations 2021-08-10 16:48:35 +01:00
n1474335 57bb8fbc45 9.30.0 2021-08-10 15:00:10 +01:00
n1474335 9175624210 Updated CHANGELOG 2021-08-10 15:00:04 +01:00
n1474335 289a417dfb Added 'JA3S Fingerprint' operation 2021-08-10 14:57:34 +01:00
n1474335 8379a9b275 Skipping UI tests in GitHub Actions 2021-08-10 14:26:33 +01:00
n1474335 5b1fad118f Fixed chromedriver path 2021-07-28 15:56:01 +01:00
n1474335 5e8985810e 9.29.2 2021-07-28 15:35:29 +01:00
n1474335 d2568e2a29 Updated dependencies 2021-07-28 15:35:24 +01:00
n1474335 6dfc21ef06 9.29.1 2021-07-28 14:58:17 +01:00
n1474335 1f19f2f58c Updated chromedriver 2021-07-28 14:58:09 +01:00
n1474335 1728cc7a85 9.29.0 2021-07-28 14:37:05 +01:00
n1474335 fa2fc2ba33 Updated CHANGELOG 2021-07-28 14:36:14 +01:00
n1474335 9a33498fed Added 'TLS JA3 Fingerprint' operation 2021-07-28 14:32:39 +01:00
n1474335 a3b873fd96 9.28.0 2021-03-26 14:09:51 +00:00
n1474335 97bd03799e Updated CHANGELOG 2021-03-26 14:09:37 +00:00
n1474335 ffaaaae2b4 Merge branch 'Danh4-issue-991' 2021-03-26 14:07:18 +00:00
n1474335 ff88d30d2f Tidied up CBOR operations 2021-03-26 14:07:02 +00:00
n1474335 88e3c2ccb2 Merge branch 'issue-991' of https://github.com/Danh4/CyberChef into Danh4-issue-991 2021-03-26 13:59:16 +00:00
swesven 6155634d3b Add the SM4 block cipher, also a no-padding option for block ciphers.
This adds an implementation of the SM4 block cipher, and operations
to encrypt and decrypt using it with CBC,ECB,CFB,OFB,CTR modes.

Also, a "no padding" option is added for AES,DES,3DES and SM4
decryption in ECB/CBC modes. This variant does not attempt to
validate the last block as being PKCS#7 padded.

This is useful, both since other padding schemes exist, and also
for decrypting data where the final block is missing.
2021-03-24 00:58:54 +01:00
n1474335 5029356514 Added link to FAQ description about output handling 2021-03-05 10:50:38 +00:00
n1474335 e57d5a7e75 9.27.6 2021-02-23 15:11:22 +00:00
n1474335 2bbe54cdcd Added further deconstruction of IPv6 Multicast Addresses in the 'Parse IPv6 Address' operation 2021-02-23 15:11:16 +00:00
n1474335 0e2423c390 9.27.5 2021-02-22 19:33:56 +00:00
n1474335 8fadad5891 AES Additional data can now be entered in a range of formats. #1011 2021-02-22 19:33:52 +00:00
n1474335 32455cd20f 9.27.4 2021-02-22 19:13:47 +00:00
n1474335 1e0e7f16a7 Added numeric validation for arguments in Binary and Hex operattions. Fixes #1178 2021-02-22 19:13:38 +00:00
n1474335 95884d77cf Extractable file formats are now listed properly in the 'Extract Files' description 2021-02-17 15:01:42 +00:00
n1474335 b69373f5e7 Fixed 'JSON to CSV' data flattening. 2021-02-16 14:48:56 +00:00
n1474335 61e85474d3 9.27.3 2021-02-16 14:36:36 +00:00
n1474335 3a9bdc58af Fixed 'JSON to CSV' handling of complex structures. Closes #637 2021-02-16 14:36:31 +00:00
n1474335 59c1c45d78 Updated dependencies 2021-02-16 14:17:09 +00:00
n1474335 b5f6cedd30 9.27.2 2021-02-16 14:12:18 +00:00
n1474335 c879af6860 Fixed 'Save recipe' URL generation issue. Closes #1176 2021-02-16 14:12:14 +00:00