SHA-1… broken?
For many web developers – particularly those interested in security of data – the SHA1 hashing algorithm is a very neat and seemingly secure method of storing one’s passwords, etc. Although i do not claim to know that much about cryptography, the subject has always interested me. When reading my news feeds this morning, i saw that a new version of the as3corelib was released.
I then proceeded to scan the new featues, one of which is an HMAC implementation. This got me curious, since HMAC – as far as i understand it – works on top of SHA-1 or MD5 for example, and doesn’t bother with collisions. This also got me curious as to the progress of the cracking of the SHA-1 algorithm. So i googled it, and found this: http://www.schneier.com/blog/archives/2005/02/sha1_broken.html. Very scary stuff indeed. Then i looked at the date: February 2005
! Does anybody know the current state of the algorithm? Should we all start moving onto HMAC and SHA-256?
| Print article | This entry was posted by Danny Kopping on November 8, 2008 at 12:57 pm, and is filed under ActionScript, Community, General, PHP. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |