mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 19:53:26 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -21,6 +21,7 @@ class SHA1 extends Operation {
|
||||
this.name = "SHA1";
|
||||
this.module = "Hashing";
|
||||
this.description = "The SHA (Secure Hash Algorithm) hash functions were designed by the NSA. SHA-1 is the most established of the existing SHA hash functions and it is used in a variety of security applications and protocols.<br><br>However, SHA-1's collision resistance has been weakening as new attacks are discovered or improved.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/SHA-1";
|
||||
this.inputType = "ArrayBuffer";
|
||||
this.outputType = "string";
|
||||
this.args = [];
|
||||
|
||||
Reference in New Issue
Block a user