Practical Cryptography for Developers
by: Svetlin Nakov
Released: 2018
ISBN-13: 9786190008705
Pages: 236
Language 语言: English
Pages: EPUB
Size: 10 Mb
A modern practical book about cryptography for developers with code examples,covering core concepts like: hashes (like SHA-3 and BLAKE2),MAC codes (like HMAC and GMAC),key derivation functions (like Scrypt,Argon2),key agreement protocols (like DHKE,ECDH),symmetric ciphers (like AES and ChaCha20,cipher block modes,authenticated encryption,AEAD,AES-GCM,ChaCha20-Poly1305),asymmetric ciphers and public-key cryptosystems (RSA,ECC,ECIES),elliptic curve cryptography (ECC,secp256k1,curve25519),digital signatures (ECDSA and EdDSA),secure random numbers (PRNG,CSRNG) and quantum-safe cryptography,along with crypto libraries and developer tools,with a lots of code examples in Python and other languages.
Practical Cryptography for Developers
未经允许不得转载:finelybook » Practical Cryptography for Developers
相关推荐
- An Introduction to Partial Differential Equations with MATLAB, 3rd Edition
- Outlier Detection in Python
- Signals and Systems: Theory and Practical Explorations with Python
- Introduction to Python Programming
- FastAPI Cookbook: Develop high-performance APIs and web applications with Python
- Python for Algorithmic Trading Cookbook: Recipes for designing, building, and deploying algorithmic trading strategies with Python