SecuredConfig.Cli
1.0.0-beta2
This is a prerelease version of SecuredConfig.Cli.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global SecuredConfig.Cli --version 1.0.0-beta2
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.0-beta2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SecuredConfig.Cli&version=1.0.0-beta2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SecuredConfig.Cli --version 1.0.0-beta2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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 | 203 | 4/30/2023 |
1.0.1-beta1 | 260 | 4/29/2023 |
1.0.0 | 169 | 4/29/2023 |
1.0.0-beta2 | 253 | 4/29/2023 |
1.0.0-beta | 299 | 4/29/2023 |