[INFO]Md5
#1

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

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

Yes. I would.
Reply
#3

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

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.
Reply
#5

Yes, you should.
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)