Provides modern cryptographic algorithm implementations for .NET Core based on libsodium.
Commonly Used Types:
NSec.Cryptography.Aes256Gcm
NSec.Cryptography.Blake2b
NSec.Cryptography.Chacha20Poly1305
NSec.Cryptography.Ed25519
NSec.Cryptography.HkdfSha256
NSec.Cryptography.X25519
Managed implementation of Ed25519 signature algorithm with a simple API.
Based on https://github.com/CodesInChaos/Chaos.NaCl
Suitable for stand-alone usage or as a plugin for Rebex components.
See https://labs.rebex.net/curves for usage instructions.
Supported platforms:
- .NET Framework 4.0-4.8
-...
More information
Implements support for serverless XMPP messaging and SOCKS5 content transfer. It also provides support for End-to-End (E2E) encryption. Ciphers and algorithms supported include:
Curve25519
Curve 448
Edwards25519
Edwards448 (Goldilocks)
NIST P-192
NIST P-224
NIST P-256
NIST P-384
NIST...
More information