Unanswered question

how to handle encrypted login password?

How to handle encrypted login password?

srinivasulu C.
srinivasulu C.

srinivasulu C.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If your password is coming from a server response then you can use a variable extractor. If your password is encrypted on client side from a Javascript, you need to re-create that Javascript function in a NeoLoad Javascript in order to encrypt your password.

So you should look at your recorded script if you have any JS that has such function or better if you have access to the developers of the application they could provide you such function and code.

Otherwise, on server side, the developers could allow any encrypted password for your load testing if they do not want to test that area.