[PHP] Converting C# Hashing Routines to PHP

2007-01-02 Thread Jason Alexander
Hey there, I'm currently working on converting an ASP.NET, C# site/application to PHP, and I've run into a small snag. The login algorithm hashes the user passwords like so: MD5 md1 = new MD5CryptoServiceProvider(); byte[] buffer1 = new ASCIIEncoding().GetBytes(stringToHash); byte[] buffer2 = m

Re: [PHP] Converting C# Hashing Routines to PHP

2007-01-02 Thread Jason Alexander
o the new data model. Thanks for the help! Greatly appreciated! -Jason On 1/2/07, Jochem Maas <[EMAIL PROTECTED]> wrote: Jason Alexander wrote: > Hey there, > > > I'm currently working on converting an ASP.NET, C# site/application to > PHP, and I've run into a sm