I was looking for the built-in function to decrypt password but could not find one.
Does QTP has a way to decrypt password? or away to do that?
Printable View
I was looking for the built-in function to decrypt password but could not find one.
Does QTP has a way to decrypt password? or away to do that?
Hi ,
pwd = "GetPasswordfromUser"
e_pwd = Crypt.Encrypt(pwd)
The above script lines helps in Encrypting a passoword.
Find how Crypt.Encrypt works in the background and try to investigate for Decrypt
cheers,
Sridevichitthu
I published a solution to decrypt an encrypted password automatically with QTP.
You can see it at advancedqtp . com/decrypt-an-encrypted-password