mirror of
https://github.com/gchq/CyberChef
synced 2025-12-21 10:43:18 +00:00
Tidied up SM4 ops and NoPadding options for AES, DES and TripleDES
This commit is contained in:
@@ -24,7 +24,7 @@ class SM4Encrypt extends Operation {
|
||||
this.name = "SM4 Encrypt";
|
||||
this.module = "Ciphers";
|
||||
this.description = "SM4 is a 128-bit block cipher, currently established as a national standard (GB/T 32907-2016) of China. Multiple block cipher modes are supported. When using CBC or ECB mode, the PKCS#7 padding scheme is used.";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/SM4_(cipher)";
|
||||
this.infoURL = "https://wikipedia.org/wiki/SM4_(cipher)";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user