Is it possible to use password in gatling script in encrypted form

can someone pls help me - how can we use password in encrypted form in our gatling script.
it should also be masked in logs .Below is the code which i am using-

private val httpProtocol = http
.proxy(Proxy(“proxy.abc.com”, 8080).credentials("username ",“password”))

It’s your responsibility to provide an encryption mechanism if you want one.

You can use as parameter as in example here:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.