VOOZH about

URL: https://www.nuget.org/packages/HexaEightJWTLibrary/

⇱ NuGet Gallery | HexaEightJWTLibrary 1.9.287




👁 Image
HexaEightJWTLibrary 1.9.287

dotnet add package HexaEightJWTLibrary --version 1.9.287
 
 
NuGet\Install-Package HexaEightJWTLibrary -Version 1.9.287
 
 
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="HexaEightJWTLibrary" Version="1.9.287" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HexaEightJWTLibrary" Version="1.9.287" />
 
Directory.Packages.props
<PackageReference Include="HexaEightJWTLibrary" />
 
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 HexaEightJWTLibrary --version 1.9.287
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HexaEightJWTLibrary, 1.9.287"
 
 
#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 HexaEightJWTLibrary@1.9.287
 
 
#: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=HexaEightJWTLibrary&version=1.9.287
 
Install as a Cake Addin
#tool nuget:?package=HexaEightJWTLibrary&version=1.9.287
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

HexaEight JWT Library

How To Use The Library

Visit HexaEight Architecture Documentation to learn more about this Library

Added Support for Javascript in WebBrowsers

Added Support For HTTP Client handlers and ICryptoTransform

Added Support For Application Access To Third Party Access

Added Support For engaging AI Assistants

Added Support for Creating Encrypted communication between Multi AI Agents

Click Here to view a sample JWT which uses HexaEight Encryption generated using HexaEight JWT Library.

The sample JSON web token was generated by a Resource Domain called demo.hexaeight.com and its intended recipient was resource.hexaeight.com. But if you decode the header, there is no information on the audience or the intended recipient.

If you are thinking it may be in the payload, the answer is yes, but the audience information is encrypted. This will make JSON Web Token resistant to attacks since the attacker will have no clue on the intended recipient of this JWT token.

HexaEight JWT created for a Recipient R by a Sender S using Sender's HexaEight Credentials can only be decrypted by the intended recipient R by using Recipient R own HexaEight Credentials.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 netstandard2.1 is compatible. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on HexaEightJWTLibrary:

Package Downloads
HexaEightMiddleware

ASP.NET Core Middleware To Enable Tokenless Authentication On Resource Servers using HexaEight Sessions.

HexaEightGPTMiddleware

Control An AI Assistant like CHATGPT using this Library. Integrate This Library With HexaEight Middleware to create API that produce controlled AI responses

HexaEightAgent

Create And Assign Identities for AI Agents using this Library

HexaEight.Bridge

CoreCLR-host bridge for consuming HexaEight identity and DDE encryption libraries from non-.NET hosts such as Node.js (node-api-dotnet) and Python (pythonnet). Wraps synchronous HexaEight methods in Task.Run to avoid JSSynchronizationContext deadlocks, and eagerly preloads the dependency closure at static-ctor time so by-name resolution never fires on a worker thread.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.9.287 187 5/26/2026
1.9.286 135 4/14/2026
1.9.285 224 1/17/2026
1.9.284 426 12/8/2025
1.9.283 293 11/22/2025
1.9.282 274 11/22/2025
1.9.280 291 11/22/2025
1.9.279 433 11/21/2025
1.9.278 478 11/20/2025
1.9.277 476 11/20/2025
1.9.276 478 11/20/2025
1.9.275 302 11/10/2025
1.9.274 276 11/9/2025
1.9.273 222 11/9/2025
1.9.272 209 11/8/2025
1.9.271 256 11/7/2025
1.9.270 327 10/20/2025
1.9.269 254 10/20/2025
1.9.268 419 9/22/2025
1.9.267 304 9/21/2025
Loading failed