Update rainbownator.py

main
witchdocsec 2023-07-12 17:35:22 +01:00 committed by GitHub
parent 6ff48ae5d6
commit 934bc475a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ def crack(hashin, algo, passcomp):
hashtype=hashlib.md5
case "sha1":
hashtype=hashlib.sha1
case "sha244":
hashtype=hashlib.sha244
case "sha224":
hashtype=hashlib.sha224
case "sha256":
hashtype=hashlib.sha256
case "sha384":