Arci.Networking
1.4.4
Simple library for client-server network communication with as less dependencies as possible. Use packets to encapsulate your data which can be encrypted using either RSA or AES. For RSA you can choose to use padding scheme OAEP or not. For AES you can choose to generate a key of length 16, 24 or 32 bytes and use several padding modes like for example PKCS7. Library is created with MIT License. Source code and samples are available at https://github.com/Arcidev/Arci.Networking
See the version list below for details.
Install-Package Arci.Networking -Version 1.4.4
dotnet add package Arci.Networking --version 1.4.4
<PackageReference Include="Arci.Networking" Version="1.4.4" />
paket add Arci.Networking --version 1.4.4
#r "nuget: Arci.Networking, 1.4.4"
// Install Arci.Networking as a Cake Addin
#addin nuget:?package=Arci.Networking&version=1.4.4
// Install Arci.Networking as a Cake Tool
#tool nuget:?package=Arci.Networking&version=1.4.4
Release Notes
https://github.com/Arcidev/Arci.Networking/wiki/Changes-from-1.4.3-to-1.4.4
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.