« Return to Thread: Client side password encryption

Re: Client side password encryption

by James Davis-6 :: Rate this Message:

Reply to Author | View in Thread


On 16 Mar 2008, at 09:27, Viper007Bond wrote:

> Is it even possible? I can't think of a way to take the MD5 of the  
> password
> and use it to check the password due to the salting. I can't MD5 the
> original password and compare it to the submitted hash as the original
> obviously isn't stored anywhere.

I think (I'm away from home and unable to check precisely) that when  
I coded the new password functions things were left pluggable in the  
right places to allow you to use a different hashing algorithm. If  
you really wanted to use this plugin, you might be able to write  
another plugin that reinstates plain MD5 passwords. Please let me  
know if this isn't the case. :-)

James
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

 « Return to Thread: Client side password encryption