HexaEight.Bridge 1.0.0-preview29

Prefix Reserved
This is a prerelease version of HexaEight.Bridge.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HexaEight.Bridge --version 1.0.0-preview29
                    
NuGet\Install-Package HexaEight.Bridge -Version 1.0.0-preview29
                    
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="HexaEight.Bridge" Version="1.0.0-preview29" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HexaEight.Bridge" Version="1.0.0-preview29" />
                    
Directory.Packages.props
<PackageReference Include="HexaEight.Bridge" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HexaEight.Bridge --version 1.0.0-preview29
                    
#r "nuget: HexaEight.Bridge, 1.0.0-preview29"
                    
#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.
#:package HexaEight.Bridge@1.0.0-preview29
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HexaEight.Bridge&version=1.0.0-preview29&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=HexaEight.Bridge&version=1.0.0-preview29&prerelease
                    
Install as a Cake Tool

HexaEight.Bridge

NuGet License: Apache-2.0 Docs

Cryptographic identity and Dead Drop Encryption for any agent, human, or machine — without PKI, OAuth, or certificates.

Install

dotnet add package HexaEight.Bridge --prerelease

Multi-targets net8.0, net9.0, net10.0.

Use

using HexaEight.Bridge;

var client = new Client();
long kgt = (long)(DateTime.UtcNow - DateTime.UnixEpoch).TotalMinutes; kgt -= kgt % 15;
string sid = Guid.NewGuid().ToString();

string ask = await client.FetchAskAsync("bob.example.com", kgt);
client.PinAskForSession(sid, ask);
string envelope = await client.EncryptEnvelopeAsync("bob.example.com", "Hello Bob!", sessionId: sid);

// `envelope` is a tamper-proof string ready to send over any transport.

Documentation

Full reference, guides, and language SDKs at hexaeight.com/docs.

Quickstart https://hexaeight.com/docs/quickstart
Bridge API https://hexaeight.com/docs/reference/bridge
Two-party example https://hexaeight.com/docs/guides/two-party-example
Multi-party example https://hexaeight.com/docs/guides/multi-party-example
For AI agents (flat text) https://hexaeight.com/llms-full.txt

Help

License

Apache-2.0 for the Bridge. The underlying HexaEight cipher (Dead Drop Encryption) is patent-pending (filed July 2021), distributed as NuGet packages whose runtime use is governed by the HexaEight identity license. Reference implementation: github.com/HexaEightTeam/pqc-review.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  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 is compatible.  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. 
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.9.7 0 7/27/2026
1.9.6 0 7/27/2026
1.9.5 31 7/26/2026
1.9.4 40 7/26/2026
1.9.3 30 7/26/2026
1.9.2 36 7/26/2026
1.9.1 41 7/26/2026
1.0.0-preview83 42 7/25/2026
1.0.0-preview82 35 7/24/2026
1.0.0-preview81 34 7/24/2026
1.0.0-preview80 33 7/24/2026
1.0.0-preview79 38 7/24/2026
1.0.0-preview77 33 7/24/2026
1.0.0-preview76 33 7/24/2026
1.0.0-preview75 34 7/24/2026
1.0.0-preview74 32 7/24/2026
1.0.0-preview73 32 7/23/2026
1.0.0-preview72 33 7/23/2026
1.0.0-preview71 40 7/23/2026
1.0.0-preview29 64 6/23/2026
Loading failed