Discussion:
[selenium-users] How to store and maintain the user's passwords without saving them on plain te
Rajesh Moorthy
2016-09-22 09:38:27 UTC
Permalink
Hi,

We are automated the secured application, in the automation code we are
passing password through code(Hard coded). So we want to encrypt the
password in the code, while running that should decript and pass it to
login page.

Can you guide me how to handle it. If we go for 3rd party, how to do
integration.

Please guide me.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/018cd537-faf8-4734-8a80-89d6dbb9e943%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Shawn McCarthy
2016-09-22 21:54:37 UTC
Permalink
For passwords, I pass them in via JVM arguments (in java), though similar
ways in other languages too.
Post by Rajesh Moorthy
Hi,
We are automated the secured application, in the automation code we are
passing password through code(Hard coded). So we want to encrypt the
password in the code, while running that should decript and pass it to
login page.
Can you guide me how to handle it. If we go for 3rd party, how to do
integration.
Please guide me.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/69001218-53a9-4d80-b2a3-318246a07001%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...