All Projects → ektrah → Nsec

ektrah / Nsec

Licence: mit
A modern and easy-to-use cryptographic library for .NET Core based on libsodium

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Nsec

Securitydriven.inferno
✅ .NET crypto done right. Professionally audited.
Stars: ✭ 501 (+130.88%)
Mutual labels:  hash, cryptography, encryption, crypto, hmac
Halite
High-level cryptography interface powered by libsodium
Stars: ✭ 933 (+329.95%)
Mutual labels:  cryptography, encryption, libsodium, ed25519, curve25519
rust-hmac-sha256
A small, self-contained SHA256 and HMAC-SHA256 implementation.
Stars: ✭ 24 (-88.94%)
Mutual labels:  crypto, hash, hmac, sha256
Tweetnacl Js
Port of TweetNaCl cryptographic library to JavaScript
Stars: ✭ 1,176 (+441.94%)
Mutual labels:  crypto, libsodium, ed25519, curve25519
Forge
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Stars: ✭ 4,204 (+1837.33%)
Mutual labels:  cryptography, crypto, sha256, hmac
Sodium compat
Pure PHP polyfill for ext/sodium
Stars: ✭ 736 (+239.17%)
Mutual labels:  cryptography, libsodium, ed25519, curve25519
Jssha
A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC.
Stars: ✭ 2,089 (+862.67%)
Mutual labels:  hash, cryptography, hmac
Zbox
Zero-details, privacy-focused in-app file system.
Stars: ✭ 1,185 (+446.08%)
Mutual labels:  encryption, crypto, libsodium
Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+618.89%)
Mutual labels:  cryptography, encryption, crypto
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+6891.71%)
Mutual labels:  cryptography, encryption, crypto
Fhe Toolkit Linux
IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
Stars: ✭ 1,123 (+417.51%)
Mutual labels:  cryptography, encryption, crypto
Libsodium Go
A complete overhaul of the Golang wrapper for libsodium
Stars: ✭ 105 (-51.61%)
Mutual labels:  cryptography, crypto, libsodium
Open Crypto
🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.
Stars: ✭ 115 (-47%)
Mutual labels:  hash, cryptography, encryption
Lazysodium Android
An Android implementation of the Libsodium cryptography library. For the lazy dev.
Stars: ✭ 69 (-68.2%)
Mutual labels:  cryptography, encryption, libsodium
Siphash Js
A Javascript implementation of SipHash-2-4
Stars: ✭ 90 (-58.53%)
Mutual labels:  hash, cryptography, crypto
Crypto Es
A cryptography algorithms library
Stars: ✭ 65 (-70.05%)
Mutual labels:  encryption, crypto, sha256
Streamcryptor
Stream encryption & decryption with libsodium and protobuf
Stars: ✭ 112 (-48.39%)
Mutual labels:  cryptography, crypto, libsodium
Noise
.NET Standard 1.3 implementation of the Noise Protocol Framework (revision 33 of the spec)
Stars: ✭ 124 (-42.86%)
Mutual labels:  cryptography, encryption, crypto
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (-43.32%)
Mutual labels:  hash, crypto, sha256
Pgsodium
Modern cryptography for PostgreSQL using libsodium.
Stars: ✭ 202 (-6.91%)
Mutual labels:  cryptography, encryption, libsodium

NSec

Maintenance License NuGet

NSec is a cryptographic library for .NET 5.0 and .NET Core based on libsodium ❤. It provides modern cryptographic primitives in a modern API based on Span<T>. NSec aims to be easy to use, secure by default, fast, and agile.

For more information about NSec, please refer to the following resources:

Project homepage: https://nsec.rocks/
Installation: https://nsec.rocks/docs/install
Online documentation: https://nsec.rocks/docs/api/nsec.cryptography
Open issues: https://github.com/ektrah/nsec/issues
Pull requests: https://github.com/ektrah/nsec/pulls
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].