-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Is there any easy way to hide passwords from POST transactions?
For instance:
report filters out password, shows:
PASSWORD: *******
or leave the password resolution to a directive to use a secure environment variable from the CI build machine:
PASSWORD: [System Environment variable: PWD1]
I am recognizing that base64 encoding is easy for a hacker to decode, so it does not solve the problem.
Metadata
Metadata
Assignees
Labels
No labels