I'm always somewhat mystified regarding the abject hatred Drupal gets from the HN bunch... I understand a few points: 1. Perceived as overly complex. 2. Reliant on dev paradigms that originate from the PHP4 days, i.e.…
So http://codex.wordpress.org/Function_Reference/wp_hash_passwo... isn't in use anymore? Seems to indicate that the lowest common denominator is multiple runs of md5. I see that's pluggable, but I'm sure most WP sites…
Really? Wordpress uses md5 by default, which though it's salted and hashed several times it's still far less effective than the phpass in use on drupal.org and the derivative in use on D7.…
I'm always somewhat mystified regarding the abject hatred Drupal gets from the HN bunch... I understand a few points: 1. Perceived as overly complex. 2. Reliant on dev paradigms that originate from the PHP4 days, i.e.…
So http://codex.wordpress.org/Function_Reference/wp_hash_passwo... isn't in use anymore? Seems to indicate that the lowest common denominator is multiple runs of md5. I see that's pluggable, but I'm sure most WP sites…
Really? Wordpress uses md5 by default, which though it's salted and hashed several times it's still far less effective than the phpass in use on drupal.org and the derivative in use on D7.…