The Xecrets.Sdk nuget package is the .NET software development kit that allows any developer to easily use Xecrets Cli as a high level cryptographic library with a standard .NET API Interface, neatly wrapping the command line tool.
The nuget SDK package. For developers who want to integrate encryption in their own .NET software. Install as any nuget package, and call as any library.
Xecrets.Sdk is a nuget package presenting a .NET interface for call from any .NET software running on Linux, macOS and Windows.
Xecrets Cli is the component doing all actual cryptography, i.e. encryption and decryption. Please build or download it separately, the SDK depends on finding it and calling it for all the real work.
Please visit the Xecrets Cli repository on github to view the documentation.
All public members of the API are also documented via XML comments and intellisense available once you have installed the nuget package.