awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sdrapkin avatar

sdrapkin/SecurityDriven.Inferno

0
View on GitHub↗
585 stars·47 forks·C#·10 viewsSecurityDriven.NET/inferno↗

SecurityDriven.Inferno

:white_check_mark: .NET crypto done right. Professionally audited.

Features

  • Cryptographic Libraries - Cryptographic library for .NET focused on secure defaults.
  • Cryptography - High-level audited cryptographic library.
  • Cryptography and Security - Professionally audited .NET cryptography library.

Star history

Star history chart for sdrapkin/securitydriven.infernoStar history chart for sdrapkin/securitydriven.inferno

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with SecurityDriven.Inferno

These projects share indexed features with SecurityDriven.Inferno. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cyan4973/xxhashCyan4973 avatar

    Cyan4973/xxHash

    10,885View on GitHub↗

    xxHash is a high-performance, non-cryptographic hash library designed for rapid checksum generation and data integrity verification. It functions as an incremental hashing engine, allowing for the processing of large or streaming data inputs by maintaining a persistent internal state across sequential chunks. The library is engineered as a computational framework that maximizes throughput by utilizing wide CPU registers and branchless instruction pipelining. It achieves high-speed performance by aligning data access with CPU cache lines and employing multi-stage mixing functions that ensure c

    Ccdispersionhash
    View on GitHub↗10,885
  • danielberkompas/cloakdanielberkompas avatar

    danielberkompas/cloak

    621View on GitHub↗

    Elixir encryption library designed for Ecto

    Elixir
    View on GitHub↗621
  • cossacklabs/themiscossacklabs avatar

    cossacklabs/themis

    1,965View on GitHub↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    View on GitHub↗1,965
  • jedisct1/libsodiumjedisct1 avatar

    jedisct1/libsodium

    13,467View on GitHub↗

    Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption, decryption, digital signatures, password hashing, and secure key exchange. It is designed to facilitate secure communication and data integrity across diverse hardware architectures and operating systems. The library distinguishes itself by utilizing constant-time primitive execution to prevent side-channel attacks and employing memory-hard algorithms to increase the difficulty of brute-force password attacks. It abstracts complex mathematical operations into simplified inter

    Cccryptocryptography
    View on GitHub↗13,467
Compare all 30 related projects→

Frequently asked questions

What does sdrapkin/securitydriven.inferno do?

:whitecheckmark: .NET crypto done right. Professionally audited.

What are the main features of sdrapkin/securitydriven.inferno?

The main features of sdrapkin/securitydriven.inferno are: Cryptographic Libraries, Cryptography, Cryptography and Security.

Which projects share features with sdrapkin/securitydriven.inferno?

Projects with overlapping indexed features include: danielberkompas/cloak — Elixir encryption library designed for Ecto. libtom/libtomcrypt — LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast… cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… cyan4973/xxhash — xxHash is a high-performance, non-cryptographic hash library designed for rapid checksum generation and data integrity… jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… okdshin/picosha2 — a header-file-only, SHA256 hash generator in C++.