Is MD5 Still Considered Secure in Today's Digital Landscape?

  • Thread starter Thread starter exequor
  • Start date Start date
AI Thread Summary
MD5 is widely regarded as insecure due to vulnerabilities that allow for its hashes to be decrypted. While some users still employ MD5 in PHP applications, it is not considered the most secure option available. The NSA recommends using SHA-256 or stronger algorithms for better security. Although concerns about MD5 primarily stem from its susceptibility to attacks by advanced entities like government agencies, most average users may not face immediate risks. However, transitioning to more secure hashing methods is advisable for enhanced protection.
exequor
Messages
393
Reaction score
0
Does anyone think that md5 is the most secure? or are there more secure encryptions than it? I've heard news of some md5 hashes being decrypted. it's what i use in php and I was wondering.
 
Computer science news on Phys.org
I do know that the NSA recommends SHA256 or greater, but I'm sure you'll be fine.
 
dduardo said:
I do know that the NSA recommends SHA256 or greater, but I'm sure you'll be fine.


because they can crack it? :biggrin:
 
Yes, because big government agencies can crack it. Since the NSA is a huge target they have to be extra paranoid. Most common folks don't have to worry about the limitations of md5.
 
exequor said:
Does anyone think that md5 is the most secure? or are there more secure encryptions than it? I've heard news of some md5 hashes being decrypted. it's what i use in php and I was wondering.
If you feel like reading alittle... you'll have to ignore the little agument in there...
http://forums.invisionize.com/index.php?showtopic=40975
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top