SA-MP Forums Archive
[INFO]Md5 - 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)
+--- Thread: [INFO]Md5 (/showthread.php?tid=351945)



[INFO]Md5 - TheBluec0de - 17.06.2012

Hello, i have hashed the passwords in md5... i use mysql

need to use "mysql_real_escape_string(inputtext, password); " not, right?


Re: [INFO]Md5 - ReneG - 17.06.2012

Yes. I would.


Re: [INFO]Md5 - TheArcher - 17.06.2012

mysql_real_escape_string is to evict SQL Injections, it doesn't query MD5 strings.


Re: [INFO]Md5 - TheBluec0de - 17.06.2012

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
mysql_real_escape_string is to evict SQL Injections, it doesn't query MD5 strings.
so I put it? or not ?

sorry for my english.


Re: [INFO]Md5 - TheArcher - 17.06.2012

Yes, you should.


Re: [INFO]Md5 - TheBluec0de - 17.06.2012

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
Yes, you should.
Thanks