1
0
mirror of synced 2024-11-24 06:50:16 +01:00
CyberChef/tests
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
..
browser Fixed search test 2021-02-05 18:07:20 +00:00
lib Allow magic in node api 2020-06-05 12:26:17 +01:00
node Tweaks to various hashing functions to improve config options 2021-02-02 16:06:37 +00:00
operations Add the SM4 block cipher, also a no-padding option for block ciphers. 2021-03-24 00:58:54 +01:00