now, I am writing a script which to let user modify the password of their email account automatically, but our email server will encrypy the password in some ways..... so it makes me unable to cmp or write.
such as, if I give "A" as a new pass, it encrypted as QQ== in the user's profile. if I give "AA", it encrypted as QUE= if I give "AAA", it enctypted as QUFB if I give "B", it change to Qg== if I give "BB", it change to QkI= if I give "BBB", it change to QkJC any expert can help me to accomplish this un-encryption, or give me some ideas on how to make this up ? I've tried to think from ascii code, change ascii from bin, hex, oct, dec..... and analysis what is varying... but I got nothing related... Thank you very much for any help.... Again, I am aplogize for this off topic question.