in reply to Digest Authentication encoding issue

Is your password really Δημ...? (I doubt it.) If that's not your password, then storing the HTML encoded version of your password isn't going to work at all. You need to store your actual password.

If you're not including your password in HTML, don't run it through HTML encoding. You can't just pick a random encoding to encode your password and expect everything else to recognize the encoding. Encodings don't work that way.

Replies are listed 'Best First'.
Re^2: Digest Authentication encoding issue
by Nik (Initiate) on Mar 21, 2008 at 10:34 UTC
    Hello Chromatic,

    You must be talking about my first post when i was trying the digest method through windows shell(cmd)
    That didn't work because windows shell cant recognize greek in console
    Please check out this post http://perlmonks.org/?node_id=674993 where i'm trying to do the same thing with the help of Digest::MD5 module and see please if you cna help me there.

    Thank you