SA-MP Forums Archive
Rendering SA-MP Mysql data on SMF? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Rendering SA-MP Mysql data on SMF? (/showthread.php?tid=92772)



Rendering SA-MP Mysql data on SMF? - uni - 22.08.2009

Has anyone been playing around with that can give some pointers out?

Thanks in advance.


Re: Rendering SA-MP Mysql data on SMF? - woot - 22.08.2009

Quote:
Originally Posted by uNi
Has anyone been playing around with that can give some pointers out?

Thanks in advance.
Quote:
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.