SA-MP Forums Archive
Does anyone know.. - 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: Does anyone know.. (/showthread.php?tid=153568)



Does anyone know.. - NewTorran - 09.06.2010

Does anyone know what hash/encrypt or w/e SMF 2.0 RC3 uses?
I Need this so i can hash/encrypt what the player types the same as SMF,

Thanks


Re: Does anyone know.. - saiberfun - 09.06.2010

Quote:
Originally Posted by Joe Torran C
Does anyone know what hash/encrypt or w/e SMF 2.0 RC3 uses?
I Need this so i can hash/encrypt what the player types the same as SMF,

Thanks
I think it uses MD5 not quiet sure tho^^


Re: Does anyone know.. - NewTorran - 09.06.2010

Quote:
SMF uses salted SHA1 (the username used as salt)
What does that mean?


Re: Does anyone know.. - Cameltoe - 09.06.2010

http://en.wikipedia.org/wiki/SHA-1

****** my friend


Re: Does anyone know.. - Baff - 09.06.2010

SMF 1.1.11 uses MD5,,,i THINK 2.0 is the same :P


Re: Does anyone know.. - NewTorran - 09.06.2010

Quote:
Originally Posted by Cameltoe
I know what SHA-1 is..
It said Salted SHA-1
What does that mean?

And is there a SHA-1 hasher for samp?


Re: Does anyone know.. - iLinx - 09.06.2010

Quote:
Originally Posted by Joe Torran C
It said Salted SHA-1
it means that it incorporates the username somewhere in the hash
the only way to find out trial, error and observation. or reading the documentation / source

Either way, both SHA-1 and MD5 have been exploited since 2006. Use something more powerful if you care about security.


Re: Does anyone know.. - NewTorran - 09.06.2010

Quote:
Originally Posted by iLinx
Quote:
Originally Posted by Joe Torran C
It said Salted SHA-1
it means that it incorporates the username somewhere in the hash
the only way to find out trial, error and observation. or reading the documentation / source

Either way, both SHA-1 and MD5 have been exploited since 2006. Use something more powerful if you care about security.
Id really have to use what SMF uses.
Because im making it so you need to register on my forum to login on teh server