Hi,
I want to mask the password value in my script so that anybody who has the script is not able to get my password value.
For that i am encrypting the password value through "password-scrambler" but the value should be decrypted before sending in the request which i do not know how to decrypt the value.
So how can we handle the above scenario?
Thanks.