Skip to content

Commit 32a97f2

Browse files
committed
Merge branch 'main' of github.com:HashPals/Name-That-Hash into main
2 parents e5213f3 + c6c66f5 commit 32a97f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

name_that_hash/hashes.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ class HashInfo:
503503
regex=re.compile(r"^(\$2[axy]|\$2)\$[0-9]{2}\$[a-z0-9\/.]{53}$", re.IGNORECASE),
504504
modes=[
505505
HashInfo(
506-
name="Blowfish(OpenBSD)", hashcat=3200, john="bcrypt", extended=False
507-
),
506+
name="Blowfish(OpenBSD)", hashcat=3200, john="bcrypt", extended=False,
507+
description="Can be used in Linux Shadow Files."),
508508
HashInfo(
509509
name="Woltlab Burning Board 4.x",
510510
hashcat=None,
@@ -563,7 +563,7 @@ class HashInfo:
563563
hashcat=1400,
564564
john="raw-sha256",
565565
extended=False,
566-
description="256-bit key and is a good partner-function for AES",
566+
description="256-bit key and is a good partner-function for AES. Can be used in Shadow files.",
567567
),
568568
HashInfo(name="RIPEMD-256", hashcat=None, john=None, extended=False),
569569
HashInfo(
@@ -714,7 +714,7 @@ class HashInfo:
714714
hashcat=1700,
715715
john="raw-sha512",
716716
extended=False,
717-
description="Used in Bitcoin Blockchain.",
717+
description="Used in Bitcoin Blockchain and Shadow Files.",
718718
),
719719
HashInfo(name="Keccak-512", hashcat=1800, john=None, extended=False),
720720
HashInfo(name="Whirlpool", hashcat=6100, john="whirlpool", extended=False),

0 commit comments

Comments
 (0)