Jump to content

[SOLVED] Secure enough?


DJTim666

Recommended Posts

A single call to md5 is sufficient. There is nothing saying mutiple calls are more secure. What gives you this idea? Ive seen a few people trying this lately, I just don't see the point.

 

Md5 alone is near impossible to break without alot of computer power and a few years on your hands.

Link to comment
https://forums.phpfreaks.com/topic/57176-solved-secure-enough/#findComment-282500
Share on other sites

That is simply a database of common words and there md5'd equivelent. Nothing magic about it, and it is NOT a decryption method.

 

That is true. But what if you are only using md5 to store your passwords, and someone hacks into your database, grabs the md5 hash, and goes to that website. Then your password just HAPPENS to be in their database? I guess then you are screwed. Using sha1(md5(somethinghere)); could potentially save you.

Link to comment
https://forums.phpfreaks.com/topic/57176-solved-secure-enough/#findComment-282524
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.