Skip to content

Commit

Permalink
Update TestPasswordQualityCommand.cs
Browse files Browse the repository at this point in the history
Update comment
  • Loading branch information
aseigler committed Sep 23, 2024
1 parent 85d9876 commit 7ba2626
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ private void LookupAccountNTHashInSortedFile()
{
// Assuming all went well, we should be able to set up to search this much smaller file for the hashes
this.sortedHashFileSearcher = new SortedFileSearcher(sortedHashesFile);

// In the split database the hashes are stored in the sorted files starting with the 6th character (since the filename is the first 5
hash = hash.Substring(5);
}
}
Expand Down

0 comments on commit 7ba2626

Please sign in to comment.