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
Solution Issue mufeedvh#21 and mufeedvh#28:
default_query didn't had lower case letters, though explaining why failing to crack password "bored"
Optimization:
Instead of cloning self.current at the beginning of the method, initialize var next directly with self.current.clone(), expect reduction in memory allocation, copying overhead, resulting in faster execution times and lower memory usage.
Hi,
Password of '1234' and 'q123' and was not found by default query.
Thanks
The text was updated successfully, but these errors were encountered: