On 09.12.2005 15:44 (+0100), Yves Goergen wrote: > Maybe I should retry it in PHP, its MD5 function has proven > to be correct already.
And guess what, in PHP it worked like it should. Now I only had to find the difference between the one working and the other non-working programme. It was in the H (=MD5) function where I decoded the string as UTF8 but should as ISO-8859-1 (plain stupid string->bytes conversion as if there was no Unicode). It works now! Thanks for the ideas you gave me. :) Btw, is it allowed to use non-Latin1 (real Unicode) usernames and passwords? Maybe I should test this, too, to see if it works. -- Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]> "Does the movement of the trees make the wind blow?" http://newsboard.unclassified.de - Unclassified NewsBoard Forum
