Is it safe to store database credentials as plain text in the configuration file?

Some services like ejabberd, nginx for authenticating using a database, and dovecot requires providing the database password as plain text in the configuration file. Is it safe to store MariaDB password as plain text provided that processe… Continue reading Is it safe to store database credentials as plain text in the configuration file?

What’s the tradeoff of storing a connection string vs the password as a secret?

This is for an app service + database I am pushing up to Azure. I am using Key Vault + Managed Identity for the secrets. I have several connection strings in the secrets to ApplicationInsights, etc.
These connection strings have a key, pas… Continue reading What’s the tradeoff of storing a connection string vs the password as a secret?

Configure Comodo Internet Security to Allow Windows Sandbox to get internet [migrated]

I am using Comodo Internet Security, and want to get access to the internet on my Windows Sandbox. If I disable the Firewall in Comodo sandbox gets internet but it exposes my PC.
I have added WindowsSandbox.exe and WindowsSandboxClient.exe… Continue reading Configure Comodo Internet Security to Allow Windows Sandbox to get internet [migrated]

OpenVPN: how to suppress "WARNING: this configuration may cache passwords in memory — use the auth-nocache option to prevent this"

In OpenVPN GUI, I am getting the red message

WARNING: this configuration may cache passwords in memory — use the auth-nocache option to prevent this.

I do not want to always re-type my password again and again. Is there a way to suppres… Continue reading OpenVPN: how to suppress "WARNING: this configuration may cache passwords in memory — use the auth-nocache option to prevent this"