12 years ago
Password Security
I have a groovy script which executes a command line argument. The command contains a password. I do not want to store the password in plain text. I would like to have it stored in an encrypted form, and de-crypt it programmatically. I have searched and searched for the internet for some advice, but with not much luck. The MD5 article was the closest thing I could find, but that is a one way encryption. I would not be able to de-crypt it before issuing the command line argument.
Does soapUI offer any kind of password security tool? Quick Test Pro has something called a password encoder, and a function that will de-crypt it for sending to the application, but I can't really use QTP for this testing. I was looking for something similar for soapui.
Does soapUI offer any kind of password security tool? Quick Test Pro has something called a password encoder, and a function that will de-crypt it for sending to the application, but I can't really use QTP for this testing. I was looking for something similar for soapui.