mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Lower case 'hash'
This commit is contained in:
parent
3983e1a8e2
commit
61295a968e
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class ExtractHashes extends Operation {
|
|||
constructor() {
|
||||
super();
|
||||
|
||||
this.name = "Extract Hashes";
|
||||
this.name = "Extract hashes";
|
||||
this.module = "Regex";
|
||||
this.description = "Extracts potential hashes based on hash character length";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/Comparison_of_cryptographic_hash_functions";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue