mirror of
https://github.com/gchq/CyberChef.git
synced 2026-01-30 12:20:33 -08:00
fix: spelling
This commit is contained in:
parent
dd36e30c18
commit
aa9767763d
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* ECB and CBC block modes.
|
||||
*
|
||||
* PRESENT is an ultra-lightweight block cipher designed for constrained environments.
|
||||
* Standardized in ISO/IEC 29192-2:2019.
|
||||
* Standardised in ISO/IEC 29192-2:2019.
|
||||
*
|
||||
* Reference: "PRESENT: An Ultra-Lightweight Block Cipher"
|
||||
* https://link.springer.com/chapter/10.1007/978-3-540-74735-2_31
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ class PRESENTDecrypt extends Operation {
|
|||
|
||||
this.name = "PRESENT Decrypt";
|
||||
this.module = "Ciphers";
|
||||
this.description = "PRESENT is an ultra-lightweight block cipher designed for constrained environments such as RFID tags and sensor networks. It operates on 64-bit blocks and supports 80-bit or 128-bit keys with 31 rounds. Standardized in ISO/IEC 29192-2:2019.<br><br>When using CBC mode, the PKCS#7 padding scheme is used.";
|
||||
this.description = "PRESENT is an ultra-lightweight block cipher designed for constrained environments such as RFID tags and sensor networks. It operates on 64-bit blocks and supports 80-bit or 128-bit keys with 31 rounds. Standardised in ISO/IEC 29192-2:2019.<br><br>When using CBC mode, the PKCS#7 padding scheme is used.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/PRESENT_(cipher)";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ class PRESENTEncrypt extends Operation {
|
|||
|
||||
this.name = "PRESENT Encrypt";
|
||||
this.module = "Ciphers";
|
||||
this.description = "PRESENT is an ultra-lightweight block cipher designed for constrained environments such as RFID tags and sensor networks. It operates on 64-bit blocks and supports 80-bit or 128-bit keys with 31 rounds. Standardized in ISO/IEC 29192-2:2019.<br><br>When using CBC mode, the PKCS#7 padding scheme is used.";
|
||||
this.description = "PRESENT is an ultra-lightweight block cipher designed for constrained environments such as RFID tags and sensor networks. It operates on 64-bit blocks and supports 80-bit or 128-bit keys with 31 rounds. Standardised in ISO/IEC 29192-2:2019.<br><br>When using CBC mode, the PKCS#7 padding scheme is used.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/PRESENT_(cipher)";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue