CommunicationChannel 1.24.3.14

dotnet add package CommunicationChannel --version 1.24.3.14
NuGet\Install-Package CommunicationChannel -Version 1.24.3.14
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="CommunicationChannel" Version="1.24.3.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommunicationChannel --version 1.24.3.14
#r "nuget: CommunicationChannel, 1.24.3.14"
#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.
// Install CommunicationChannel as a Cake Addin
#addin nuget:?package=CommunicationChannel&version=1.24.3.14

// Install CommunicationChannel as a Cake Tool
#tool nuget:?package=CommunicationChannel&version=1.24.3.14

Communication Channel

Communication Channel underlies the encrypted messaging protocol, we have separated the two parts because the idea is to provide an universal communication protocol, which can work on any type of communication medium and hardware. Communication Channel creates a tcp socket communication channel, but this underlying one can be replaced with an analogous communication channel working with GSM data networks (without using the internet), or with rs232, rs485 ports, or any other communication devices either digital and analog. Just change the underlying encrypted communication protocol and we can easily implement encrypted communication on any type of device and in any scenario. If necessary, we can create implementations of new communication channels on different hardware, on commission.

Our mission is to exacerbate the concept of security in messaging and create something conceptually new and innovative from a technical point of view. Top-level encrypted communication (there is no backend , there is no server-side contact list, there is no server but a simple router, the theory is that if the server does not exist then the server cannot be hacked, the communication is anonymous, the IDs are derived from a hash of the public keys, therefore in no case it is possible to trace who originates the messages, the encryption key is changed for each single message, and a system of digital signatures guarantees the origin of the messages and prevents attacks "men in de middle"). We use different concepts introduced with Bitcoin technology and the library itself: there are no accounts, the account is simply a pair of public and private keys, groups are also supported, the group ID is derived from a hash computed through the public keys of the members, since the hash process is irreversible, the level of anonymity is maximum). The publication of the source wants to demonstrate the genuineness of the concepts we have adopted! Thanks for your attention! Here you will find an overview of all supported features

The reasons that led to this project with dontnet is that it is an open source development environment, and effective security is achieved only by being able to inspect all parts of the code, including the development framework.

Our target is very linux oriented, and the partnership between Microsoft and Canonical ensure the highest standard of security and reliability.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CommunicationChannel:

Package Downloads
EncryptedMessaging

Our mission is to exacerbate the concept of security in messaging and create something conceptually new and innovative from a technical point of view. Top-level encrypted communication (there is no backend , there is no server-side contact list, there is no server but a simple router, the theory is that if the server does not exist then the server cannot be hacked, the communication is anonymous, the IDs are derived from a hash of the public keys, therefore in no case it is possible to trace who originates the messages, the encryption key is changed for each single message, and a system of digital signatures guarantees the origin of the messages and prevents attacks "men in de middle"). We use different concepts introduced with Bitcoin technology and the library itself: there are no accounts, the account is simply a pair of public and private keys, groups are also supported, the group ID is derived from a hash computed through the public keys of the members, since the hash process is irreversible, the level of anonymity is maximum). The publication of the source wants to demonstrate the genuineness of the concepts we have adopted! Thanks for your attention!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.24.3.14 167 3/14/2024
1.24.3.10 185 3/10/2024
1.24.3.9 197 3/9/2024
1.24.2.27 253 2/27/2024
1.23.9.19 518 9/19/2023
1.23.9.4 495 9/3/2023
1.23.9.3 520 9/3/2023
1.23.8.31 496 8/31/2023
1.23.8.30 528 8/30/2023
1.23.8.27 527 8/27/2023
1.23.8.23 492 8/23/2023
1.23.8.22 500 8/22/2023
1.23.8.20 535 8/20/2023
1.23.8.17 560 8/17/2023
1.23.8.13 542 8/13/2023
1.23.8.1 609 8/1/2023
1.23.7.21 600 7/21/2023
1.23.5.29 604 5/29/2023
1.23.3.24 696 3/24/2023
1.23.3.18 662 3/18/2023
1.23.3.5 680 3/5/2023
1.23.2.5 768 2/5/2023
1.23.2.2 781 2/1/2023
1.23.1.25 797 1/25/2023
1.23.1.23 833 1/23/2023
1.23.1.15 810 1/15/2023
1.23.1.10 298 1/9/2023
1.12.20 1,210 12/20/2022
1.12.15 828 12/15/2022
1.12.7 837 12/7/2022
1.12.1 864 12/1/2022
1.11.30 886 11/30/2022
1.11.24 871 11/24/2022
1.11.3 977 11/3/2022
1.11.2 939 11/1/2022
1.10.31 946 10/31/2022
1.10.25 1,030 10/25/2022
1.10.14 1,066 10/14/2022
1.10.10 1,085 10/10/2022
1.9.15 1,056 9/14/2022
1.8.15 1,063 8/15/2022
1.7.22 426 7/22/2022
1.5.30 407 5/30/2022
1.5.26 414 5/26/2022
1.1.3 829 1/3/2023
1.0.0 3,162 5/14/2022