SecuredConfig.Cli 1.0.1

dotnet tool install --global SecuredConfig.Cli --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local SecuredConfig.Cli --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SecuredConfig.Cli&version=1.0.1
nuke :add-package SecuredConfig.Cli --version 1.0.1

SecuredConfig encryption and decryption tool

Encrypt the given string by the given certificate.

Usage:

secured-config encrypt [options]
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 information

Decrypt the given encrypted string by the given PFX certificate.

Usage:

secured-config decrypt [options]
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
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.1 174 4/30/2023
1.0.1-beta1 226 4/29/2023
1.0.0 147 4/29/2023
1.0.0-beta2 230 4/29/2023
1.0.0-beta 276 4/29/2023