Working example of password up to length 256 for mode 2100

This commit is contained in:
jsteube
2017-06-20 17:30:07 +02:00
parent ad242c2f12
commit 83455817a7
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -3255,7 +3255,7 @@ sub passthrough
{
chomp ($word_buf);
next if length ($word_buf) > 31;
next if length ($word_buf) > 256;
##
## gen salt