4

I'm working with a couple of API's that use basic auth. The credentials differ between environments and I have usernames and passwords as separate variables. I really like how Paw 3 has encrypted password field and how it hides the base64 representation when using that, is there any way to have an environment variable in the encrypted field?

1 Answers1

3

In the environments you can put your password in a Secure dynamic value. Then it will stay encrypted: secure

To insert it in the Basic Auth Dynamic value you should change to Secure field to Regular field and insert your environment variable in there: secure1

Your password will stay encrypted as it is inside a Secure dynamic value: secure2

Natalia Panferova
  • 1,134
  • 7
  • 9