22.08.2009, 02:23
Has anyone been playing around with that can give some pointers out?
Thanks in advance.
Thanks in advance.
Originally Posted by uNi
Has anyone been playing around with that can give some pointers out?
Thanks in advance. |
Originally Posted by http://www.astahost.com/info.php/Passwor...t7579.html
Passwords in SMF 1.0 are hashed using MD5_hmac and some salt to keep it as secure as possible.
SMF 1.1 however uses a completely seperate option that is much more secure, SHA1, if you look in the SMF code youll see it for the login and register screens the SHA1 function, you could copy that code and edit it to do as you wished. |