cas-dotnet-sdk 1.9.2

dotnet add package cas-dotnet-sdk --version 1.9.2
                    
NuGet\Install-Package cas-dotnet-sdk -Version 1.9.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cas-dotnet-sdk" Version="1.9.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="cas-dotnet-sdk" Version="1.9.2" />
                    
Directory.Packages.props
<PackageReference Include="cas-dotnet-sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add cas-dotnet-sdk --version 1.9.2
                    
#r "nuget: cas-dotnet-sdk, 1.9.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package cas-dotnet-sdk@1.9.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=cas-dotnet-sdk&version=1.9.2
                    
Install as a Cake Addin
#tool nuget:?package=cas-dotnet-sdk&version=1.9.2
                    
Install as a Cake Tool

CAS .NET SDK

image

Overview

CAS .NET SDK is a comprehensive cryptographic toolkit for .NET, designed to provide developers with a unified, high-level interface to industry-standard cryptographic algorithms. This library acts as an abstraction layer over the powerful RustCrypto and Dalek-Cryptography suites, enabling secure and efficient cryptographic operations through a simple .NET API.

Features

  • Modern cryptographic primitives: digital signatures (RSA, Ed25519), hashing, and more
  • Seamless integration with cas-lib Rust FFI layer for optimal performance
  • Unified interface: no need to manage multiple cryptography packages or surf disparate documentation
  • Built on trusted, open-source cryptography libraries
  • Cross-platform support: Windows x64, Linux x64
  • Multi-framework support: .NET 6, 7, 8, 9

Documentation & References

We build on the work of leading cryptography projects. For in-depth algorithm details and implementation notes, please refer to:

Usage Examples

See practical usage and code samples in our Examples.

Supported Frameworks / Operating Systems

We aim to provide cross-compatibility wherever possible. Test cases are run on .NET 6-9 for Windows and Linux (Ubuntu) on each pull request and release to NuGet through GitHub Actions.

  • .NET 6
  • .NET 7
  • .NET 8
  • .NET 9
  • .NET 10
  • Windows x64
  • Linux x64

Disclaimer

This SDK leverages several cryptographic crates via our core FFI layer. Please note that many of these crates have not undergone formal security audits. Use this library at your own risk and always review the underlying cryptographic implementations for your security requirements.


For questions, support, or to contribute, join our Discord or visit the GitHub repository.

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 is compatible.  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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.9.2 75 3/7/2026
1.9.1 84 3/1/2026
1.9.0 90 2/27/2026
1.8.9 102 1/11/2026
1.8.8 105 1/10/2026
1.8.7 189 12/13/2025
1.8.6 162 12/13/2025
1.8.5 171 12/13/2025
1.8.3 439 12/10/2025
1.8.2 190 11/23/2025
1.8.1 190 11/23/2025
1.7.9 207 11/22/2025
1.7.8 262 11/15/2025
1.7.7 255 11/10/2025
1.7.5 204 11/10/2025
1.7.4 212 11/9/2025
1.7.3 197 10/30/2025
1.7.2 523 10/15/2025
1.7.1 125 9/27/2025
1.7.0 193 9/23/2025
Loading failed