How to pass encrypted password to .bat file - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: How to pass encrypted password to .bat file (/Thread-How-to-pass-encrypted-password-to-bat-file) |
How to pass encrypted password to .bat file - praveendasika - 02-25-2013 Hi , I have a strange situation.I have encrypted password in my excel sheet. I want to pass it to a .bat file as a parameter.But before I pass it , I want it to be decrypted.But QTP doesnt have any decrypt tool or function.Can any one help please ? I have searched the internet and found a way , where You take the encrypted password and paste it into a textbox in a hidden internet explorer ,But Unfortunately this is not working. http://www.advancedqtp.com/decrypt-an-encrypted-password/ Can anyone suggest me a way out RE: How to pass encrypted password to .bat file - vinod123 - 02-25-2013 To use Encrypted password instead of decrypting and using it use SetSecure method |