2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 13:53:26 +00:00

Added more infoLinks and updated newOperation script to include prompt for them.

This commit is contained in:
n1474335
2018-08-21 19:07:13 +01:00
206 changed files with 249 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ class RIPEMD extends Operation {
this.name = "RIPEMD";
this.module = "Hashing";
this.description = "RIPEMD (RACE Integrity Primitives Evaluation Message Digest) is a family of cryptographic hash functions developed in Leuven, Belgium, by Hans Dobbertin, Antoon Bosselaers and Bart Preneel at the COSIC research group at the Katholieke Universiteit Leuven, and first published in 1996.<br><br>RIPEMD was based upon the design principles used in MD4, and is similar in performance to the more popular SHA-1.<br><br>";
this.infoURL = "https://wikipedia.org/wiki/RIPEMD";
this.inputType = "ArrayBuffer";
this.outputType = "string";
this.args = [