awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nakov avatar

nakov/practical-cryptography-for-developers-book

0
View on GitHub↗
3,807 星标·466 分支·CSS·MIT·5 次浏览cryptobook.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.

Star 历史

nakov/practical-cryptography-for-developers-book 的 Star 历史图表nakov/practical-cryptography-for-developers-book 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Practical Cryptography For Developers Book 的开源替代方案

相似的开源项目,按与 Practical Cryptography For Developers Book 的功能重合度排序。
  • weidai11/cryptoppweidai11 的头像

    weidai11/cryptopp

    5,412在 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
    在 GitHub 上查看↗5,412
  • google/tinkgoogle 的头像

    google/tink

    13,542在 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
    在 GitHub 上查看↗13,542
  • yeasy/blockchain_guideyeasy 的头像

    yeasy/blockchain_guide

    7,069在 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
    在 GitHub 上查看↗7,069
  • jedisct1/libsodiumjedisct1 的头像

    jedisct1/libsodium

    13,467在 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
    在 GitHub 上查看↗13,467
查看 Practical Cryptography For Developers Book 的所有 30 个替代方案→

常见问题解答

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.

nakov/practical-cryptography-for-developers-book 的主要功能有哪些?

nakov/practical-cryptography-for-developers-book 的主要功能包括:Textbooks, Security Engineering Handbooks, Security and Cryptography Study Materials, Authenticated Encryption, Cryptographic Key Management, Cryptographic Primitives, Digital Signature Verifications, Key Agreement Protocols。

nakov/practical-cryptography-for-developers-book 有哪些开源替代品?

nakov/practical-cryptography-for-developers-book 的开源替代品包括: 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.…