@@ -503,8 +503,8 @@ class HashInfo:
503
503
regex = re .compile (r"^(\$2[axy]|\$2)\$[0-9]{2}\$[a-z0-9\/.]{53}$" , re .IGNORECASE ),
504
504
modes = [
505
505
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." ),
508
508
HashInfo (
509
509
name = "Woltlab Burning Board 4.x" ,
510
510
hashcat = None ,
@@ -563,7 +563,7 @@ class HashInfo:
563
563
hashcat = 1400 ,
564
564
john = "raw-sha256" ,
565
565
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. " ,
567
567
),
568
568
HashInfo (name = "RIPEMD-256" , hashcat = None , john = None , extended = False ),
569
569
HashInfo (
@@ -714,7 +714,7 @@ class HashInfo:
714
714
hashcat = 1700 ,
715
715
john = "raw-sha512" ,
716
716
extended = False ,
717
- description = "Used in Bitcoin Blockchain." ,
717
+ description = "Used in Bitcoin Blockchain and Shadow Files ." ,
718
718
),
719
719
HashInfo (name = "Keccak-512" , hashcat = 1800 , john = None , extended = False ),
720
720
HashInfo (name = "Whirlpool" , hashcat = 6100 , john = "whirlpool" , extended = False ),
0 commit comments