Skip to Content
0
Former Member
Jun 30, 2009 at 04:08 PM

Decrypting MX_ENCRYPTED_PASSWORD

112 Views

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.