Bitcoin Forum
June 22, 2024, 05:15:10 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Coins based on md5 hashing algo ?  (Read 986 times)
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
August 16, 2013, 02:59:38 PM
 #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?
twobits
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
August 16, 2013, 03:07:24 PM
 #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.


█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
johny1976 (OP)
Legendary
*
Offline Offline

Activity: 1135
Merit: 1002

Developer


View Profile
August 16, 2013, 03:37:17 PM
 #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 ?
Balthazar
Legendary
*
Offline Offline

Activity: 3108
Merit: 1359



View Profile
August 16, 2013, 04:04:13 PM
Last edit: August 16, 2013, 04:33:00 PM by Balthazar
 #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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!