Notio.Cryptography
0.5.55
dotnet add package Notio.Cryptography --version 0.5.55
NuGet\Install-Package Notio.Cryptography -Version 0.5.55
<PackageReference Include="Notio.Cryptography" Version="0.5.55" />
<PackageVersion Include="Notio.Cryptography" Version="0.5.55" />
<PackageReference Include="Notio.Cryptography" />
paket add Notio.Cryptography --version 0.5.55
#r "nuget: Notio.Cryptography, 0.5.55"
#:package Notio.Cryptography@0.5.55
#addin nuget:?package=Notio.Cryptography&version=0.5.55
#tool nuget:?package=Notio.Cryptography&version=0.5.55
Notio
Notio is a real-time server solution designed for efficient communication and data sharing. It enables instant messaging, data synchronization, and secure networking, making it ideal for applications requiring live updates.
✨ Features
- 🔄 Real-time communication – Supports instant messaging and state synchronization.
- ⚡ High performance – Designed to handle thousands of concurrent connections.
- 🔐 Security-focused – Implements encryption (ChaCha20-Poly1305, XTEA) to protect data.
- 🛠️ Extensible – Easily customizable with your own protocols and handlers.
🔧 Requirements
- .NET 9 and C# 13 support
- Install .NET SDK 9 from dotnet.microsoft.com
Visual Studio 2022
Download Visual Studio
📦 Available NuGet Packages
Package ID | Description | Install Command |
---|---|---|
Notio | Core real-time server & client library | dotnet add package Notio |
Notio.Common | Common utilities for Notio | dotnet add package Notio.Common |
Notio.Cryptography | Secure cryptographic functions | dotnet add package Notio.Cryptography |
Notio.Logging | Logging utilities for Notio | dotnet add package Notio.Logging |
Notio.Network | Low-level networking functionality | dotnet add package Notio.Network |
Notio.Network.Package | Custom packet handling for Notio | dotnet add package Notio.Network.Package |
Notio.Network.Web | WebSocket support for Notio | dotnet add package Notio.Network.Web |
Notio.Shared | Shared models and definitions | dotnet add package Notio.Shared |
Notio.Storage | Storage solutions for Notio | dotnet add package Notio.Storage |
🛠️ Contributing
When contributing, please follow our Code of Conduct and submit PRs with proper documentation and tests.
📜 License
Notio is copyright © PhcNguyen - Provided under the Apache License, Version 2.0.
📬 Contact
For questions, suggestions, or support, open an issue on GitHub or contact the maintainers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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. |
-
net9.0
- Notio (>= 0.5.55)
- Notio.Common (>= 0.5.55)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Notio.Cryptography:
Package | Downloads |
---|---|
Notio.Network.Package
Notio.Network.Package is a lightweight .NET library for structured packet-based communication. It provides utilities for packet serialization, metadata handling, extensions, and helper functions to streamline network message processing. Designed for developers who require efficient and scalable packet management in networking applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
0.5.55 | 339 | 4/13/2025 | |
0.5.33 | 279 | 4/8/2025 | |
0.5.11 | 252 | 4/6/2025 | |
0.4.71 | 268 | 3/31/2025 | |
0.4.43 | 258 | 3/27/2025 | |
0.4.36 | 261 | 3/27/2025 | |
0.4.20 | 618 | 3/25/2025 | |
0.4.13 | 460 | 3/24/2025 | |
0.4.12 | 446 | 3/24/2025 | |
0.4.2 | 266 | 3/20/2025 | |
0.4.0 | 262 | 3/19/2025 | |
0.3.94 | 258 | 3/18/2025 | |
0.3.93 | 261 | 3/18/2025 | |
0.3.86 | 252 | 3/16/2025 | |
0.3.81 | 187 | 3/15/2025 | |
0.3.72 | 194 | 3/15/2025 | |
0.3.70 | 235 | 3/14/2025 | |
0.3.65 | 267 | 3/13/2025 | |
0.3.62 | 268 | 3/12/2025 | |
0.3.60 | 267 | 3/12/2025 | |
0.3.55 | 293 | 3/10/2025 | |
0.3.50 | 415 | 3/10/2025 | |
0.3.45 | 286 | 3/10/2025 | |
0.3.40 | 294 | 3/8/2025 | |
0.3.36 | 322 | 3/8/2025 | |
0.3.35 | 327 | 3/7/2025 | |
0.2.99 | 210 | 2/23/2025 | |
0.2.94 | 209 | 2/23/2025 | |
0.2.92 | 214 | 2/20/2025 | |
0.2.54 | 222 | 2/13/2025 | |
0.2.34 | 227 | 2/9/2025 | |
0.2.30 | 233 | 2/9/2025 | |
0.2.29 | 213 | 2/9/2025 | |
0.2.28 | 215 | 2/9/2025 |
- Initial release of Notio.Cryptography.
- Features include:
• Symmetric and asymmetric encryption for secure data exchange.
• Authenticated encryption (AEAD) for data confidentiality and integrity.
• Hashing algorithms for secure data fingerprinting.
• Message authentication codes (MAC) for verifying message integrity.
• Integrity and padding utilities for secure data formatting.
• Security enhancements to strengthen cryptographic implementations.