You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the cache is discarding smaller passwords, we need to monitor changes in this setting (or inflate the cache with small passwords), that could happen outside the plugin.
Still talking about the cache... If we sort the hashes before storing them into the disk, we could use a binary-search instead of using the opcache. But I think it's not worth, unless the file is huge :D
The text was updated successfully, but these errors were encountered:
Since the cache is discarding smaller passwords, we need to monitor changes in this setting (or inflate the cache with small passwords), that could happen outside the plugin.
Still talking about the cache... If we sort the hashes before storing them into the disk, we could use a binary-search instead of using the
opcache
. But I think it's not worth, unless the file is huge :DThe text was updated successfully, but these errors were encountered: