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
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
2 matches
Mail list logo