Cargando…

Demystifying Cryptography with OpenSSL 3.0 : Discover the Best Techniques to Enhance Your Network Security with OpenSSL 3. 0 /

Use OpenSSL to add security features to your application, including cryptographically strong symmetric and asymmetric encryption, digital signatures, SSL/TLS connectivity, and PKI handling Key Features Secure your applications against common network security threats using OpenSSL Get to grips with t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Khlebnikov, Alexei
Otros Autores: Adolfsen, Jarle
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited, 2022.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a22000007i 4500
001 OR_on1348482195
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 221015s2022 enk o 000 0 eng d
040 |a EBLCP  |b eng  |e rda  |c EBLCP  |d ORMDA  |d EBLCP  |d N$T  |d YDX  |d OCLCF  |d OCLCQ  |d IEEEE 
019 |a 1348493909 
020 |a 9781800562226  |q electronic book 
020 |a 1800562225  |q electronic book 
029 1 |a AU@  |b 000072898544 
035 |a (OCoLC)1348482195  |z (OCoLC)1348493909 
037 |a 9781800560345  |b O'Reilly Media 
037 |a 10162691  |b IEEE 
050 4 |a QA76.9.A25  |b K45 2022 
082 0 4 |a 005.8/24  |2 23/eng/20221101 
049 |a UAMI 
100 1 |a Khlebnikov, Alexei. 
245 1 0 |a Demystifying Cryptography with OpenSSL 3.0 :  |b Discover the Best Techniques to Enhance Your Network Security with OpenSSL 3. 0 /  |c Alexei Khlebnikov ; foreword by Jarle Adolfsen. 
264 1 |a Birmingham :  |b Packt Publishing, Limited,  |c 2022. 
300 |a 1 online resource (342 p.) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Cover -- Title page -- Copyright and Credits -- Dedication -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction -- Chapter 1: OpenSSL and Other SSL/TLS Libraries -- What is OpenSSL? -- The history of OpenSSL -- What's new in OpenSSL 3.0? -- Comparing OpenSSL with GnuTLS -- Comparing OpenSSL with NSS -- Comparing OpenSSL with Botan -- Comparing OpenSSL with lightweight TLS libraries -- Comparing OpenSSL with LibreSSL -- Comparing OpenSSL with BoringSSL -- Summary -- Part 2: Symmetric Cryptography -- Chapter 2: Symmetric Encryption and Decryption 
505 8 |a Technical requirements -- Understanding symmetric encryption -- An overview of the symmetric ciphers supported by OpenSSL -- Comparing block ciphers and stream ciphers -- Understanding symmetric cipher security -- How many bits of security is enough? -- Reviewing the AES cipher -- Reviewing DES and 3DES ciphers -- Reviewing the RC4 cipher -- Reviewing the ChaCha20 cipher -- Reviewing other symmetric ciphers supported by OpenSSL -- Block cipher modes of operation -- Reviewing the Electronic Code Book mode -- Reviewing CBC mode -- Reviewing CTR mode -- Reviewing GCM -- Reviewing AES-GCM-SIV 
505 8 |a Other block cipher operation modes -- Choosing the block cipher operation mode -- Padding for block ciphers -- How to generate a symmetric encryption key -- Downloading and installing OpenSSL -- How to encrypt and decrypt with AES on the command line -- Initializing and uninitializing OpenSSL library -- How to compile and link with OpenSSL -- How to encrypt with AES programmatically -- Implementing the encryption program -- Running the encrypt program -- How to decrypt with AES programmatically -- Implementing the decrypt program -- Running the decrypt program -- Summary 
505 8 |a Chapter 3: Message Digests -- Technical requirements -- What are message digests and cryptographic hash functions? -- Why are message digests needed? -- Data integrity verification -- Basis for HMAC -- Digital signatures -- Network protocols -- Password verification -- Content identifier -- Blockchain and cryptocurrencies -- Proof-of-work -- Assessing the security of cryptographic hash functions -- Overview of the cryptographic hash functions supported by OpenSSL -- Reviewing the SHA-2 family of hash functions -- Reviewing the SHA-3 family of hash functions 
505 8 |a Reviewing the SHA-1 and SHA-0 hash functions -- Reviewing the MD family of hash functions -- Reviewing the BLAKE2 family of hash functions -- Reviewing less popular hash functions supported by OpenSSL -- Which cryptographic hash function should you choose? -- How to calculate a message digest on the command line -- How to calculate the message digest programmatically -- Implementing the digest program -- Running the digest program -- Summary -- Chapter 4: MAC and HMAC -- Technical requirements -- What is a MAC? -- Understanding MAC function security -- HMAC -- a hash-based MAC 
500 |a MAC, encryption, and the Cryptographic Doom Principle 
520 |a Use OpenSSL to add security features to your application, including cryptographically strong symmetric and asymmetric encryption, digital signatures, SSL/TLS connectivity, and PKI handling Key Features Secure your applications against common network security threats using OpenSSL Get to grips with the latest version of OpenSSL, its new features, and advantages Learn about PKI, cryptography, certificate authorities, and more using real-world examples Book Description Security and networking are essential features of software today. The modern internet is full of worms, Trojan horses, men-in-the-middle, and other threats. This is why maintaining security is more important than ever. OpenSSL is one of the most widely used and essential open source projects on the internet for this purpose. If you are a software developer, system administrator, network security engineer, or DevOps specialist, you've probably stumbled upon this toolset in the past - but how do you make the most out of it? With the help of this book, you will learn the most important features of OpenSSL, and gain insight into its full potential. This book contains step-by-step explanations of essential cryptography and network security concepts, as well as practical examples illustrating the usage of those concepts. You'll start by learning the basics, such as how to perform symmetric encryption and calculate message digests. Next, you will discover more about cryptography: MAC and HMAC, public and private keys, and digital signatures. As you progress, you will explore best practices for using X.509 certificates, public key infrastructure, and TLS connections. By the end of this book, you'll be able to use the most popular features of OpenSSL, allowing you to implement cryptography and TLS in your applications and network infrastructure. What you will learn Understand how to use symmetric cryptography Get to grips with message digests, MAC, and HMAC Discover asymmetric cryptography and digital signatures Focus on how to apply and use X.509 certificates Dive into TLS and its proper usage Manage advanced and special usages of TLS Find out how to run a mini certificate authority for your organization Who this book is for This book is for software developers, system administrators, DevOps specialists, network security engineers, and analysts, or anyone who wants to keep their applications and infrastructure secure. Software developers will learn how to use the OpenSSL library to empower their software with cryptography and TLS. DevOps professionals and sysadmins will learn how to work with cryptographic keys and certificates on the command line, and how to set up a mini-CA for their organization. A basic understanding of security and networking is required. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a OpenSSL. 
630 0 7 |a OpenSSL.  |2 fast  |0 (OCoLC)fst01397192 
650 0 |a Data encryption (Computer science) 
650 0 |a Computer networks  |x Security measures  |x Computer programs. 
650 7 |a Computer networks  |x Security measures  |x Computer programs.  |2 fast  |0 (OCoLC)fst00872342 
650 7 |a Data encryption (Computer science)  |2 fast  |0 (OCoLC)fst00887935 
700 1 |a Adolfsen, Jarle. 
776 0 8 |i Print version:  |a Khlebnikov, Alexei  |t Demystifying Cryptography with OpenSSL 3. 0  |d Birmingham : Packt Publishing, Limited,c2022 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781800560345/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL7109737 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL7109737 
938 |a EBSCOhost  |b EBSC  |n 3412330 
994 |a 92  |b IZTAP