On 02/02/2009, don t <[email protected]> wrote: > > Using the proxy recorder I captured the username/password for my Web app's > login step. However the password is stored as a plaintext parameter in the > login HTTP request. Is there a way to encrypt the password?
No. > Or bring up a > form during test run to input username/password? No - though if you can code Java you could use BeanShell to do this or to decrypt an encoded password. However, you can replace the password with a property reference, and pass in the property on the command-line. That may be sufficient - at least the password is not stored in a file. > -- > View this message in context: > http://www.nabble.com/encrypting-password-in-the-test-plan-tp21794982p21794982.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

