Kid@sh.itjust.worksM to Cybersecurity@sh.itjust.worksEnglish · 1 month ago60% of MD5 password hashes are crackable in under an hourwww.theregister.comexternal-linkmessage-square8fedilinkarrow-up1101arrow-down13
arrow-up198arrow-down1external-link60% of MD5 password hashes are crackable in under an hourwww.theregister.comKid@sh.itjust.worksM to Cybersecurity@sh.itjust.worksEnglish · 1 month agomessage-square8fedilink
minus-squareAgent641@lemmy.worldlinkfedilinkEnglisharrow-up1·1 month agoI still used MD5 hashing in the apps I work on. Just not for passwords.
minus-squareoptional@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-21 month agoIf you need hashing for non-security applications, that’s fine, but I’d still suggest SHA-1 or -25 or even just CRC instead, as that’s something modern (as in less than 15 years old) CPUs can usually do directly in Hardware.
I still used MD5 hashing in the apps I work on.
Just not for passwords.
If you need hashing for non-security applications, that’s fine, but I’d still suggest SHA-1 or -25 or even just CRC instead, as that’s something modern (as in less than 15 years old) CPUs can usually do directly in Hardware.