SecuredConfig CLI is a dotnet tool used to encrypt and decrypt configuration values.
$ dotnet add package SecuredConfig.Clisecured-config encrypt [options]
-c, --cert <cert> (REQUIRED) The certificate file to encrypt the configuration value.-p, --password <password> The password of the certificate.-s, --string <string> (REQUIRED) The string value to be encrypted.-?, -h, --help Show help and usage informationsecured-config decrypt [options]
-c, --cert <cert> (REQUIRED) The certificate file to encrypt the configuration value.-p, --password <password> The password of the certificate.-e, --encrypted-string <encrypted-string> (REQUIRED) The string value to be decrypted.-?, -h, --help Show help and usage information