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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
B-Con avatar

B-Con/crypto-algorithms

0
View on GitHub↗
2,023 stele·710 fork-uri·C·6 vizualizări

Crypto Algorithms

Basic implementations of standard cryptography algorithms, like AES and SHA-1.

Features

  • Cryptographic Libraries - Basic implementations of standard cryptographic algorithms in C.
  • Cryptography Libraries - Basic implementations of standard cryptographic algorithms.

Istoric stele

Graficul istoricului de stele pentru b-con/crypto-algorithmsGraficul istoricului de stele pentru b-con/crypto-algorithms

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Crypto Algorithms

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Crypto Algorithms.
  • cossacklabs/themisAvatar cossacklabs

    cossacklabs/themis

    1,965Vezi pe 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
    Vezi pe GitHub↗1,965
  • jedisct1/libsodiumAvatar jedisct1

    jedisct1/libsodium

    13,467Vezi pe 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
    Vezi pe GitHub↗13,467
  • awslabs/s2nAvatar awslabs

    awslabs/s2n

    4,736Vezi pe GitHub↗

    s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It provides a modular cryptographic backend interface to encrypt data streams, manage handshakes, and handle mutual authentication between peers. The project focuses on post-quantum cryptography, integrating quantum-resistant key exchange and digital signatures to protect connections against future computing threats. It distinguishes itself through security hardening measures, such as memory-locked secret storage to prevent keys from being swapped to disk and timing-attack mitiga

    C
    Vezi pe GitHub↗4,736
  • libtom/libtomcryptAvatar libtom

    libtom/libtomcrypt

    1,773Vezi pe GitHub↗

    LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.

    Cccryptographyencryption
    Vezi pe GitHub↗1,773
Vezi toate cele 30 alternative pentru Crypto Algorithms→

Întrebări frecvente

Ce face b-con/crypto-algorithms?

Basic implementations of standard cryptography algorithms, like AES and SHA-1.

Care sunt principalele funcționalități ale b-con/crypto-algorithms?

Principalele funcționalități ale b-con/crypto-algorithms sunt: Cryptographic Libraries, Cryptography Libraries.

Care sunt câteva alternative open-source pentru b-con/crypto-algorithms?

Alternativele open-source pentru b-con/crypto-algorithms includ: jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… openssl/openssl — This project is a comprehensive cryptographic toolkit that provides a collection of standard security algorithms and… cossacklabs/themis — Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data… awslabs/s2n — s2n is a C-based security library and TLS protocol implementation that serves as a secure network transport layer. It… libtom/libtomcrypt — LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast… weidai11/cryptopp — Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and…