Commit Graph

3288 Commits

Author SHA1 Message Date
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
n1474335 22fe5a6ae7 9.27.1 2021-02-12 17:55:36 +00:00
n1474335 57714c86a6 Escape HTML input in Fuzzy Match operation 2021-02-12 17:55:28 +00:00
n1474335 70cd375049 9.27.0 2021-02-12 13:54:52 +00:00
n1474335 e27e1dd42f Updated CHANGELOG 2021-02-12 13:53:59 +00:00
n1474335 8ad18bc7db Added 'Fuzzy Match' operation 2021-02-12 13:51:51 +00:00
n1474335 5893ac1a37 9.26.3 2021-02-12 12:12:08 +00:00
n1474335 83c3ab97f9 Merge branch 'n1073645-base64Alphabets' 2021-02-12 12:11:53 +00:00
n1474335 9b6be140fa Merge branch 'base64Alphabets' of https://github.com/n1073645/CyberChef into n1073645-base64Alphabets 2021-02-12 12:08:56 +00:00
n1474335 a6a60392c2 9.26.2 2021-02-12 12:05:03 +00:00
n1474335 ccfa0b991e Updated dependencies 2021-02-12 12:04:59 +00:00
n1474335 73b0e68993 Added code quality badge to README 2021-02-12 11:54:54 +00:00
n1474335 31a4eef001 9.26.1 2021-02-11 19:06:58 +00:00
n1474335 d6e2c9a6b9 Merge branch 'n1073645-HexdumpAsciiFix' 2021-02-11 19:06:47 +00:00
n1474335 e069f5db13 Tidied up hexdump UNIX format 2021-02-11 19:06:35 +00:00
n1474335 96b59cf0df Merge branch 'HexdumpAsciiFix' of https://github.com/n1073645/CyberChef into n1073645-HexdumpAsciiFix 2021-02-11 18:59:51 +00:00
n1474335 c1e1d4b7e3 9.26.0 2021-02-11 18:50:09 +00:00
n1474335 32d869231e Updated CHANGELOG 2021-02-11 18:50:03 +00:00
n1474335 6f95f01dda Merge branch 'n1073645-EPOCH' 2021-02-11 18:47:59 +00:00
n1474335 61a1c44f26 Renamed 'Generate Current Epoch' to 'Get Time'. It now uses the W3C High Resolution Time API and supports microsecond granularity 2021-02-11 18:47:44 +00:00
n1474335 e6c7899569 Merge branch 'EPOCH' of https://github.com/n1073645/CyberChef into n1073645-EPOCH 2021-02-11 18:08:55 +00:00
n1474335 a74a14145e 9.25.0 2021-02-11 18:03:45 +00:00