SA-MP Forums Archive
What hash use smf? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: What hash use smf? (/showthread.php?tid=64446)



What hash use smf? - harrold - 04.02.2009

Hi all does anybody know what hash (password-hash) smf (simple machines forum) uses?



Re: What hash use smf? - yom - 04.02.2009

SHA-1 iirc


Re: What hash use smf? - harrold - 04.02.2009

Is it possible to make it in sa-mp ?


Re: What hash use smf? - Killerkid - 04.02.2009

Quote:
Originally Posted by [url]http://www.simplemachines.org/community/index.php?topic=281237.0
Password[/url] is: sha1( strtolower(username) . password)
DO search next time or you'll get no where with anything.


Re: What hash use smf? - harrold - 04.02.2009

Then how to create in sa-mp?


Re: What hash use smf? - harrold - 05.02.2009

I don't know how to create it
can anybody please help me?


Re: What hash use smf? - harrold - 06.02.2009

Sorry but i don't know can anybody please help?


Re: What hash use smf? - Cezar - 06.02.2009

Why not just use num_hash?


Re: What hash use smf? - harrold - 06.02.2009

Because i go create automatic accounts on the website (with smf) if they press /register <password> ingame

Any>?


Re: What hash use smf? - Antironix - 06.02.2009

Quote:
Originally Posted by harrold
Because i go create automatic accounts on the website (with smf) if they press /register <password> ingame

Any>?
Change the hash at the forum to a md5 hash and use ****** his md5 hash function inside the YSI includes.