How could we use encrypted password in connection string? Let suppose if we are using below string:mongo localhost:27017/admin -u abc -p Test123
But we don't want the password to be publically visible directly in connection string.
Is there any way to use encrypted password?