abhi - Tuesday, October 6, 2015 2:42 AM:
Hi
Is there any way to retrieve password from aras database using javascript ? It should be decrypted.
Harsha - Tuesday, October 6, 2015 6:14 AM:
Hi,
The data type of password property is MD5 which is a hash function not an encryption. MD5 is a one way algorithm, you can not get the actual string from MD5.
abhi - Thursday, October 8, 2015 1:27 AM:
Hi
What if I just want the encrypted password string ? Is it possible to get the encrypted password via javascript for logged in user ?
Harsha - Thursday, October 8, 2015 6:03 AM:
No, you can't get password value from either JavaScript or a server method. The select access is denied on this property.
Thofste - Thursday, October 29, 2015 11:58 AM:
Hi,
Why do you want to retrieve your password?