-
Expert Member
Does QTP has a way to decrypt password?
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?
-
Expert Member
Re: Does QTP has a way to decrypt password?
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
-
Junior Member
Re: Does QTP has a way to decrypt password?
I published a solution to decrypt an encrypted password automatically with QTP.
You can see it at advancedqtp . com/decrypt-an-encrypted-password
Last edited by admin; 11-05-2012 at 06:48 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules