I am using cURL command in a shell script. If I use curl with -u login:password
option, we can have access to these login and password as they are visible to anyone.
Is there way to make password not clear in script file (or encrypt and decrypt it)?