Jump to content

md5 encription


otuatail

Recommended Posts

Hi I have used md5 encription on my websites for security. Passwords for example. Also passing information between pages also. I have been seing on some websites that require email validatin the following ...

 

?id=CJmEifn7tM_l2gEQy8yKxLyc0MBa&hl

 

This is not md5 is this a new and more secure encription? Seems to have upper and lower case as well as other symbols.

 

TIA

 

Desmond.

 

Link to comment
https://forums.phpfreaks.com/topic/256261-md5-encription/
Share on other sites

Ok it is probably random generated and is used as a forgot password kind of thing. As for MD5 is not secure for storing passwords

 

What I do is MD5() the password into the database and use that for every log in. It is not realy encription but will fail for an invalid password. Also my passwords are not words now. they can be sentances with spaces and any key but still MD%() into the database. This should be ok shouldent it?

 

 

Link to comment
https://forums.phpfreaks.com/topic/256261-md5-encription/#findComment-1313717
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.