Author

Topic: Coins based on md5 hashing algo ? (Read 985 times)

legendary
Activity: 3108
Merit: 1358
August 16, 2013, 12:04:13 PM
#4
Sha256. If you are paranoid then scrypt or bcrypt.

I'm using a scrypt function for all my projects.

https://github.com/DomBlack/php-scrypt
legendary
Activity: 1135
Merit: 1002
Developer
August 16, 2013, 11:37:17 AM
#3
Why is no coin using md5 algo? It's a standard for PHP apps (I'm PHP developer, and all PHP developers ae using md5 for password hashing), is it less safe or what?

Hmm..  md5  has been broken.  It has been the advice since at least the early oughts to not use this in any new development and replace its use in old software asap.   If you are still using md5 except for some very special cases where arguable md4 would be the better choice , you are not doing your homework.  If any devs, php or not, are still using md5 for password hashing they are being  negligent.



Oh, I didn't know that. So what should I use instead ?
sr. member
Activity: 574
Merit: 250
August 16, 2013, 11:07:24 AM
#2
Why is no coin using md5 algo? It's a standard for PHP apps (I'm PHP developer, and all PHP developers ae using md5 for password hashing), is it less safe or what?

Hmm..  md5  has been broken.  It has been the advice since at least the early oughts to not use this in any new development and replace its use in old software asap.   If you are still using md5 except for some very special cases where arguable md4 would be the better choice , you are not doing your homework.  If any devs, php or not, are still using md5 for password hashing they are being  negligent.

legendary
Activity: 1135
Merit: 1002
Developer
August 16, 2013, 10:59:38 AM
#1
Why is no coin using md5 algo? It's a standard for PHP apps (I'm PHP developer, and all PHP developers ae using md5 for password hashing), is it less safe or what?
Jump to: