From 6090842372a9d5966d76f6b7db5a69e7b7548a00 Mon Sep 17 00:00:00 2001 From: n1073645 Date: Fri, 14 Feb 2020 09:15:50 +0000 Subject: [PATCH] Modifications made to ciphersaber --- src/core/operations/CipherSaber2.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/operations/CipherSaber2.mjs b/src/core/operations/CipherSaber2.mjs index 27945186..a03d1aed 100644 --- a/src/core/operations/CipherSaber2.mjs +++ b/src/core/operations/CipherSaber2.mjs @@ -21,8 +21,8 @@ class CipherSaber2 extends Operation { this.name = "CipherSaber2"; this.module = "Crypto"; - this.description = ""; - this.infoURL = ""; + 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 = "https://wikipedia.org/wiki/CipherSaber"; this.inputType = "ArrayBuffer"; this.outputType = "ArrayBuffer"; this.args = [