Working example of password up to length 256 for mode 2100
This commit is contained in:
+1
-1
@@ -3255,7 +3255,7 @@ sub passthrough
|
||||
{
|
||||
chomp ($word_buf);
|
||||
|
||||
next if length ($word_buf) > 31;
|
||||
next if length ($word_buf) > 256;
|
||||
|
||||
##
|
||||
## gen salt
|
||||
|
||||
Reference in New Issue
Block a user