Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
rob40011356y@struks93 common hacker trick to brute force logins using timings... If it takes longer to check a password hash on an existing account than it does for one which doesn't exist (same with locked out accounts) then they know it is a valid login account and they can then force the password
-
They could've gone for a little less CPU intensive approach. Something like a simple sleep(); :-)
-
rob40011356y@gerritman123 depends on the use case but in general it is best to actually perform the action you are trying it emulate (speed wise) as a sleep could be as easily detectable as doing nothing... Thread sleep overhead and all
Related Rants
So we outsourced a system.
It was the most stupid thing we could've done.
It's my job to make it fucking work.
rant
idiocy again
php
php stupidity
killmenow
idiocy