Nalix.Cryptography
0.6.63
See the version list below for details.
dotnet add package Nalix.Cryptography --version 0.6.63
NuGet\Install-Package Nalix.Cryptography -Version 0.6.63
<PackageReference Include="Nalix.Cryptography" Version="0.6.63" />
<PackageVersion Include="Nalix.Cryptography" Version="0.6.63" />
<PackageReference Include="Nalix.Cryptography" />
paket add Nalix.Cryptography --version 0.6.63
#r "nuget: Nalix.Cryptography, 0.6.63"
#addin nuget:?package=Nalix.Cryptography&version=0.6.63
#tool nuget:?package=Nalix.Cryptography&version=0.6.63
Nalix
Nalix 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 |
---|---|---|
Nalix | Core real-time server & client library | dotnet add package Nalix |
Nalix.Common | Common utilities for Nalix | dotnet add package Nalix.Common |
Nalix.Cryptography | Secure cryptographic functions | dotnet add package Nalix.Cryptography |
Nalix.Logging | Logging utilities for Nalix | dotnet add package Nalix.Logging |
Nalix.Network | Low-level networking functionality | dotnet add package Nalix.Network |
Nalix.Network.Package | Custom packet handling for Nalix | dotnet add package Nalix.Network.Package |
Nalix.Network.Web | WebSocket support for Nalix | dotnet add package Nalix.Network.Web |
Nalix.Shared | Shared models and definitions | dotnet add package Nalix.Shared |
Nalix.Storage | Storage solutions for Nalix | dotnet add package Nalix.Storage |
🛠️ Contributing
When contributing, please follow our Code of Conduct and submit PRs with proper documentation and tests.
📜 License
Nalix 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
- Nalix (>= 0.6.63)
- Nalix.Common (>= 0.6.63)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nalix.Cryptography:
Package | Downloads |
---|---|
Nalix.Network.Package
Nalix.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.9.83 | 63 | 6/7/2025 |
0.9.82 | 64 | 6/7/2025 |
0.9.79 | 61 | 6/7/2025 |
0.9.71 | 67 | 5/31/2025 |
0.9.67 | 102 | 5/30/2025 |
0.9.51 | 139 | 5/27/2025 |
0.9.1 | 140 | 5/20/2025 |
0.8.73 | 108 | 5/17/2025 |
0.8.26 | 148 | 5/5/2025 |
0.8.25 | 139 | 5/5/2025 |
0.7.89 | 130 | 5/2/2025 |
0.7.82 | 138 | 4/30/2025 |
0.7.39 | 147 | 4/28/2025 |
0.6.63 | 159 | 4/21/2025 |
- Initial release of Nalix.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.