View Single Post
Old 01-09-2008, 03:46 AM   #3 (permalink)
RobertK
The Addict
Top Contributor Good Samaritan 
 
Join Date: Jan 2008
Location: USA
Posts: 217
Thanks: 16
RobertK is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
Maybe have a speed test there as well for the generation?
A speedtest there, how? The speed test is limited to the precise area around the hash() call, and encompasses the raw speed of the throughput. For instance, on my local host system I get an average of 120GB/Sec throughput for the high security functions.

I'm not quite sure what you are asking.

Quote:
Originally Posted by Wildhoney View Post
I notice my PHP code there at the top for the preg_match
Yup, as said in the credits in the post, thanks for helping my horrible control of regex out. ;)


Right now I'm working on an OOP version for installer scripts. That way the hashes, salts, and even session hashes can all be different from site to site--and be picked for their speed on the client system. So far this is fun, sorting based on an object's property, foreach iterating through a class, and much more that really helps out.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
RobertK is offline  
Reply With Quote