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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nakov avatar

nakov/practical-cryptography-for-developers-book

0
View on GitHub↗
3,807 stars·466 forks·CSS·MIT·4 vuescryptobook.nakov.com↗

Practical Cryptography For Developers Book

This project is an educational textbook and technical handbook focused on the practical implementation of cryptographic algorithms for software development. It serves as a comprehensive resource for engineers seeking to apply mathematical primitives to secure data storage and network communications.

The material covers the application of symmetric and asymmetric ciphers, digital signature verification, and key derivation functions. It details the construction of secure protocols by combining fundamental building blocks such as hashes and message authentication codes to ensure data privacy, integrity, and sender authenticity.

The content provides technical guidance on managing the lifecycle of cryptographic keys and establishing secure communication channels. It explains the use of mathematical properties in key agreement protocols and the integration of authenticated encryption to protect sensitive information against unauthorized access. The project is available as a structured reference guide for implementing standard security engineering practices.

Features

  • Textbooks - Serves as a practical textbook for implementing secure hashing, digital signatures, and key derivation functions.
  • Security Engineering Handbooks - Provides a technical manual detailing the implementation of standard cryptographic algorithms to protect sensitive data.
  • Security and Cryptography Study Materials - Acts as a comprehensive educational resource covering core cryptographic primitives and secure transmission protocols.
  • Authenticated Encryption - Integrates symmetric ciphers with message authentication codes to ensure data privacy and tamper detection.
  • Cryptographic Key Management - Provides technical guidance on managing the lifecycle of cryptographic keys and establishing secure communication channels.
  • Cryptographic Primitives - Provides standard mathematical operations including hashes, message authentication codes, and key derivation functions.
  • Cryptographic Primitives - Explains the composition of fundamental building blocks like hashes and ciphers to construct secure protocols.
  • Digital Signature Verifications - Details the logic for validating data authenticity by checking cryptographic signatures against public keys.
  • Key Agreement Protocols - Provides technical guidance on using mathematical properties of elliptic curves and discrete logarithms to establish shared secrets.
  • Network Transmission Security - Details methods for protecting sensitive information during transit using modern encryption techniques.
  • Key Derivation Functions - Covers iterative hashing and salt-based stretching to transform low-entropy inputs into strong cryptographic keys.
  • General Data Encryption - Provides encryption capabilities using symmetric and asymmetric ciphers to protect sensitive information.
  • Blockchain Learning Resources - Book on practical cryptography for developers.

Historique des stars

Graphique de l'historique des stars pour nakov/practical-cryptography-for-developers-bookGraphique de l'historique des stars pour nakov/practical-cryptography-for-developers-book

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait nakov/practical-cryptography-for-developers-book ?

This project is an educational textbook and technical handbook focused on the practical implementation of cryptographic algorithms for software development. It serves as a comprehensive resource for engineers seeking to apply mathematical primitives to secure data storage and network communications.

Quelles sont les fonctionnalités principales de nakov/practical-cryptography-for-developers-book ?

Les fonctionnalités principales de nakov/practical-cryptography-for-developers-book sont : Textbooks, Security Engineering Handbooks, Security and Cryptography Study Materials, Authenticated Encryption, Cryptographic Key Management, Cryptographic Primitives, Digital Signature Verifications, Key Agreement Protocols.

Quelles sont les alternatives open-source à nakov/practical-cryptography-for-developers-book ?

Les alternatives open-source à nakov/practical-cryptography-for-developers-book incluent : weidai11/cryptopp — Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and… google/tink — Tink is a multi-language cryptography library and security toolkit providing secure APIs for data encryption and… yeasy/blockchain_guide — This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies,… jedisct1/libsodium — Libsodium is a portable, C-based cryptographic library that provides a collection of modern primitives for encryption,… defuse/php-encryption — php-encryption is a symmetric encryption library for PHP that provides tools for authenticated encryption and key… armmbed/mbedtls — Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices.…

Alternatives open source à Practical Cryptography For Developers Book

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Practical Cryptography For Developers Book.
  • weidai11/cryptoppAvatar de weidai11

    weidai11/cryptopp

    5,412Voir sur GitHub↗

    Crypto++ is a comprehensive C++ cryptographic library that implements a broad range of algorithms for symmetric and asymmetric encryption, hashing, and digital signatures. It is designed as a portable toolkit, usable across different operating systems without modification. The library distinguishes itself through its architecture: cryptographic parameters such as key size and mode are configured at compile time via C++ templates, eliminating runtime overhead. Algorithms are registered in a static factory for runtime lookup, while data processing follows a pipeline model of composable sources,

    C++c-plus-pluscryptocryptography
    Voir sur GitHub↗5,412
  • google/tinkAvatar de google

    google/tink

    13,542Voir sur GitHub↗

    Tink is a multi-language cryptography library and security toolkit providing secure APIs for data encryption and digital signatures. It functions as a data encryption library and digital signature framework designed to prevent common implementation errors across different platforms and operating systems. The project serves as a cryptographic keyset manager, utilizing JSON for the storage, rotation, and serialization of keys to maintain consistency across various programming languages. It ensures identical cryptographic behavior globally by mapping language-specific libraries to a unified set

    Java
    Voir sur GitHub↗13,542
  • yeasy/blockchain_guideAvatar de yeasy

    yeasy/blockchain_guide

    7,069Voir sur GitHub↗

    This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech

    Gobitcoinblockchainbook
    Voir sur GitHub↗7,069
  • jedisct1/libsodiumAvatar de jedisct1

    jedisct1/libsodium

    13,467Voir sur 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
    Voir sur GitHub↗13,467
Voir les 30 alternatives à Practical Cryptography For Developers Book→