Jeff Atwood (stackoverflow) just posted an interesting post about
hashing and how much processing time is needed to calculate passwords
using modern GPUs.
http://www.codinghorror.com/blog/2012/04/speed-hashing.html
I thought this might be interesting for the SilverStripe developer
community and also brings up the question if there's room for
improvement for that in sapphire? Are the hashes already generated with
something like bcrypt? Or is MD5 still the hashing method of choice?
--
You received this message because you are subscribed to the Google Groups "SilverStripe Core Development" group.
To post to this group, send email to silverst...@googlegroups.com.
To unsubscribe from this group, send email to silverstripe-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/silverstripe-dev?hl=en.
-------
Sam Minnée | Chief Executive Officer
SilverStripe
http://silverstripe.com
Phone: +64 4 978 7334
Skype: sam.minnee
On 7/04/2012, at 5:32 AM, Ingo Schommer wrote: