dxprotocol

The DXProtocol is a library for encrypting text messages. The DXProtocol provides end-to-end encryption for voice and instant messaging conversations. This protocol is based on the Double Ratchet algorithm and the "Extended Triple Diffie-Hellman" key agreement protocol.

DXProtocol

Swift Version
License
GitHub release (with filter)
Read the Docs
example workflow
example workflow
example workflow
codecov

The DXProtocol is a library for encrypting text messages. The DXProtocol provides end-to-end encryption for voice and instant messaging conversations. This protocol is based on the Double Ratchet algorithm and the “Extended Triple Diffie-Hellman” key agreement protocol.

Installation

DXProtocol is available with Swift Package Manager.
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
Once you have your Swift package set up, adding DXProtocol as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/LLCFreedom-Space/dxprotocol.git", from: "1.0.0")
]

Links

LLC Freedom Space – @LLCFreedomSpace[email protected]

DealogX App – @DealogX[email protected]

Distributed under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3. See LICENSE.md for more information.

GitHub