Hey all, I've got a project with a lot of existing accounts created in crappy PHP using the crypt() function, both with the MD5 implementation and with (gasp) DES. I'm working on using authlogic for the new authentication, but I need a way to validate these old hashes. Has anyone run into a similar problem before? It's looking a bit hairy (authlogic's MD5 crypto provider != crypt()'s MD5), and I'm thinking I can't be the only one to have dealt with this, but Google isn't turning up anything useful.
Thanks, Ian -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
