How to deal with Password_encrypted

Hello All,

I am working on a web application where it uses Password_encrypted form param.

Could you please help me with Password_encrypted.
I checked in Developer tool, for the same password, encrypted values keep changing. Just FYI. :slight_smile:

Regards
Rekha S

Well, you have to ask the developers for the algorithm used to encrypt. It’s impossible otherwise.

1 Like

We recorded in Loadrunner and removed encryption part and gave the actual password, it worked fine. But when we implement the same logic in gatling, it throws 403 error.