mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 22:21:01 +01:00
Modifications made to ciphersaber
This commit is contained in:
parent
a06303c2fd
commit
6090842372
@ -21,8 +21,8 @@ class CipherSaber2 extends Operation {
|
|||||||
|
|
||||||
this.name = "CipherSaber2";
|
this.name = "CipherSaber2";
|
||||||
this.module = "Crypto";
|
this.module = "Crypto";
|
||||||
this.description = "";
|
this.description = "CipherSaber is a simple symmetric encryption protocol based on the RC4 stream cipher. It gives reasonably strong protection of message confidentiality, yet it's designed to be simple enough that even novice programmers can memorize the algorithm and implement it from scratch.";
|
||||||
this.infoURL = "";
|
this.infoURL = "https://wikipedia.org/wiki/CipherSaber";
|
||||||
this.inputType = "ArrayBuffer";
|
this.inputType = "ArrayBuffer";
|
||||||
this.outputType = "ArrayBuffer";
|
this.outputType = "ArrayBuffer";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
Loading…
Reference in New Issue
Block a user