As I am now working on my new project for a company, I need some Help from you.
That is db saved data of user registration like nick=nick and pcode=pcode;
and it used like http://csite.com/buyproduct.php?nick=$nick&pcode=$pcode
But I dont want to show the nick and password of that user on browser. Can i encrypt nick=$nick&pcode=$pcode?
How can I do that!
Just like this http://csite.com/buyproduct.php?nick...dfwvyrwjfksf??
md5 can't coz i wont get value of it to verify from db.
Any Other?
I can make the db again with encrypted password. But the site hav more than 5000 members.
Or Do you have any other Idea to hide that value?
That is db saved data of user registration like nick=nick and pcode=pcode;
and it used like http://csite.com/buyproduct.php?nick=$nick&pcode=$pcode
But I dont want to show the nick and password of that user on browser. Can i encrypt nick=$nick&pcode=$pcode?
How can I do that!
Just like this http://csite.com/buyproduct.php?nick...dfwvyrwjfksf??
md5 can't coz i wont get value of it to verify from db.
Any Other?
I can make the db again with encrypted password. But the site hav more than 5000 members.
Or Do you have any other Idea to hide that value?
Comment