EncryptedMessaging 1.24.3.14

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

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

EncryptedMessaging

Encrypted communication library to create applications similar to Telegram or Signal but with greater attention to IT security and privacy

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!

This open source project on github is a tutorial for using and implementing this library in a real use case:

Nuget packages of this library:

This project uses the Communication Channel project as its underlying, which creates a shcket communication channel for transmitting and receiving encrypted data upstream from the library. 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.

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 and unix 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.

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.24.3.14 136 3/14/2024
1.24.3.10 174 3/10/2024
1.24.3.9 172 3/9/2024
1.24.2.27 237 2/27/2024
1.23.9.19 525 9/19/2023
1.23.9.4 469 9/3/2023
1.23.9.3 489 9/3/2023
1.23.8.31 494 8/31/2023
1.23.8.30 514 8/30/2023
1.23.8.27 508 8/27/2023
1.23.8.23 477 8/23/2023
1.23.8.22 497 8/22/2023
1.23.8.20 525 8/20/2023
1.23.8.17 520 8/17/2023
1.23.8.13 550 8/13/2023
1.23.8.1 595 8/1/2023
1.23.7.21 597 7/21/2023
1.23.5.29 554 5/29/2023
1.23.3.24 633 3/24/2023
1.23.3.18 597 3/18/2023
1.23.3.5 620 3/5/2023
1.23.2.5 700 2/5/2023
1.23.2.2 697 2/1/2023
1.23.1.25 673 1/25/2023
1.23.1.23 700 1/23/2023
1.23.1.15 707 1/15/2023
1.23.1.10 686 1/9/2023
1.12.20 681 12/20/2022
1.12.15 683 12/15/2022
1.12.7 690 12/7/2022
1.12.1 721 12/1/2022
1.11.30 731 11/30/2022
1.11.24 732 11/24/2022
1.11.3 778 11/3/2022
1.11.2 761 11/1/2022
1.10.31 754 10/31/2022
1.10.25 820 10/25/2022
1.10.14 819 10/14/2022
1.10.10 849 10/10/2022
1.9.15 859 9/14/2022
1.8.15 846 8/15/2022
1.7.22 823 7/22/2022
1.6.29 874 6/29/2022
1.5.30 866 5/30/2022
1.5.26 863 5/26/2022
1.1.3 718 1/3/2023
1.0.0 874 5/14/2022