All,
I would really appreciate it if any of you could let me know how to decrypt the MX_ENCRYPTED_PASSWORD. I'm trying to set the password of a newly created account to the existing IC password. I created a javascript function as follows:
function sap_decryptPassword(Par){
var pwd = UserFunc.uDESDecrypt("", Par);
return pwd;
}
The argument is getting the encrypted password. However, the method returns null.
Thanks,
Biju.