Bild 1 von 1

Galerie
Bild 1 von 1

Netzwerksicherheit mit OpenSSL: Kryptographie für sichere Kommunikation-
US $8,25
Ca.EUR 7,05
Artikelzustand:
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos USPS Media MailTM.
Standort: Haltom City, Texas, USA
Lieferung:
Lieferung zwischen Fr, 22. Aug und Fr, 29. Aug nach 94104 bei heutigem Zahlungseingang
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
Sicher einkaufen
- Gratis Rückversand im Inland
- Punkte für jeden Kauf und Verkauf
- Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:156626181757
Artikelmerkmale
- Artikelzustand
- Release Year
- 2002
- Book Title
- Network Security with OpenSSL: Cryptography for Secure Communi...
- ISBN
- 9780596002701
Über dieses Produkt
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
059600270X
ISBN-13
9780596002701
eBay Product ID (ePID)
28038671983
Product Key Features
Number of Pages
384 Pages
Publication Name
Network Security with Openssl : Cryptography for Secure Communications
Language
English
Subject
Networking / Intranets & Extranets, Security / Networking, Networking / Local Area Networks (Lans), Networking / Network Protocols
Publication Year
2002
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
0.9 in
Item Weight
23.8 Oz
Item Length
9.4 in
Item Width
7.1 in
Additional Product Features
Intended Audience
Scholarly & Professional
LCCN
2002-025832
Illustrated
Yes
Table Of Content
Dedication;Preface; About This Book; Conventions Used in This Book; Comments and Questions; Acknowledgments;Chapter 1: Introduction; 1.1 Cryptography for the Rest of Us; 1.2 Overview of SSL; 1.3 Problems with SSL; 1.4 What SSL Doesn't Do Well; 1.5 OpenSSL Basics; 1.6 Securing Third-Party Software;Chapter 2: Command-Line Interface; 2.1 The Basics; 2.2 Message Digest Algorithms; 2.3 Symmetric Ciphers; 2.4 Public Key Cryptography; 2.5 S/MIME; 2.6 Passwords and Passphrases; 2.7 Seeding the Pseudorandom Number Generator;Chapter 3: Public Key Infrastructure (PKI); 3.1 Certificates; 3.2 Obtaining a Certificate; 3.3 Setting Up a Certification Authority;Chapter 4: Support Infrastructure; 4.1 Multithread Support; 4.2 Internal Error Handling; 4.3 Abstract Input/Output; 4.4 Random Number Generation; 4.5 Arbitrary Precision Math; 4.6 Using Engines;Chapter 5: SSL/TLS Programming; 5.1 Programming with SSL; 5.2 Advanced Programming with SSL;Chapter 6: Symmetric Cryptography; 6.1 Concepts in Symmetric Cryptography; 6.2 Encrypting with the EVP API; 6.3 General Recommendations;Chapter 7: Hashes and MACs; 7.1 Overview of Hashes and MACs; 7.2 Hashing with the EVP API; 7.3 Using MACs; 7.4 Secure HTTP Cookies;Chapter 8: Public Key Algorithms; 8.1 When to Use Public Key Cryptography; 8.2 Diffie-Hellman; 8.3 Digital Signature Algorithm (DSA); 8.4 RSA; 8.5 The EVP Public Key Interface; 8.6 Encoding and Decoding Objects;Chapter 9: OpenSSL in Other Languages; 9.1 Net::SSLeay for Perl; 9.2 M2Crypto for Python; 9.3 OpenSSL Support in PHP;Chapter 10: Advanced Programming Topics; 10.1 Object Stacks; 10.2 Configuration Files; 10.3 X.509; 10.4 PKCS#7 and S/MIME; 10.5 PKCS#12;Appendix A: Command-Line Reference;Colophon;
Synopsis
Most applications these days are at least somewhat network aware, but how do you protect those applications against common network security threats? Many developers are turning to OpenSSL, an open source version of SSL/TLS, which is the most widely used protocol for secure network communications. The OpenSSL library is seeing widespread adoption ......, Most applications these days are at least somewhat network aware, but how do you protect those applications against common network security threats? Many developers are turning to OpenSSL, an open source version of SSL/TLS, which is the most widely used protocol for secure network communications. The OpenSSL library is seeing widespread adoption for web sites that require cryptographic functions to protect a broad range of sensitive information, such as credit card numbers and other financial transactions. The library is the only free, full-featured SSL implementation for C and C++, and it can be used programmatically or from the command line to secure most TCP-based network protocols. Network Security with OpenSSL enables developers to use this protocol much more effectively. Traditionally, getting something simple done in OpenSSL could easily take weeks. This concise book gives you the guidance you need to avoid pitfalls, while allowing you to take advantage of the library's advanced features. And, instead of bogging you down in the technical details of how SSL works under the hood, this book provides only the information that is necessary to use OpenSSL safely and effectively. In step-by-step fashion, the book details the challenges in securing network communications, and shows you how to use OpenSSL tools to best meet those challenges. As a system or network administrator, you will benefit from the thorough treatment of the OpenSSL command-line interface, as well as from step-by-step directions for obtaining certificates and setting up your own certification authority. As a developer, you will further benefit from the in-depth discussions and examples of how to use OpenSSL in your own programs. Although OpenSSL is written in C, information on how to use OpenSSL with Perl, Python and PHP is also included. OpenSSL may well answer your need to protect sensitive data. If that's the case, Network Security with OpenSSL is the only guide available on the subject., Most applications these days are at least somewhat network aware, but how do you protect those applications against common network security threats? Many developers are turning to OpenSSL, an open source version of SSL/TLS, which is the most widely used protocol for secure network communications.The OpenSSL library is seeing widespread adoption for web sites that require cryptographic functions to protect a broad range of sensitive information, such as credit card numbers and other financial transactions. The library is the only free, full-featured SSL implementation for C and C++, and it can be used programmatically or from the command line to secure most TCP-based network protocols. Network Security with OpenSSL enables developers to use this protocol much more effectively. Traditionally, getting something simple done in OpenSSL could easily take weeks. This concise book gives you the guidance you need to avoid pitfalls, while allowing you to take advantage of the library's advanced features. And, instead of bogging you down in the technical details of how SSL works under the hood, this book provides only the information that is necessary to use OpenSSL safely and effectively. In step-by-step fashion, the book details the challenges in securing network communications, and shows you how to use OpenSSL tools to best meet those challenges.As a system or network administrator, you will benefit from the thorough treatment of the OpenSSL command-line interface, as well as from step-by-step directions for obtaining certificates and setting up your own certification authority. As a developer, you will further benefit from the in-depth discussions and examples of how to use OpenSSL in your own programs. Although OpenSSL is written in C, information on how to use OpenSSL with Perl, Python and PHP is also included.OpenSSL may well answer your need to protect sensitive data. If that's the case, Network Security with OpenSSL is the only guide available on the subject., Most applications these days are at least somewhat network aware, but how do you protect those applications against common network security threats? Many developers are turning to OpenSSL, an open source version of SSL/TLS, which is the most widely used protocol for secure network communications. The OpenSSL library is seeing widespread adoption for web sites that require cryptographic functions to protect a broad range of sensitive information, such as credit card numbers and other financial transactions. The library is the only free, full-featured SSL implementation for C and C++, and it can be used programmatically or from the command line to secure most TCP-based network protocols. "Network Security with OpenSSL enables developers to use this protocol much more effectively. Traditionally, getting something simple done in OpenSSL could easily take weeks. This concise book gives you the guidance you need to avoid pitfalls, while allowing you to take advantage of the library's advanced features. And, instead of bogging you down in the technical details of how SSL works under the hood, this book provides only the information that is necessary to use OpenSSL safely and effectively. In step-by-step fashion, the book details the challenges in securing network communications, and shows you how to use OpenSSL tools to best meet those challenges. As a system or network administrator, you will benefit from the thorough treatment of the OpenSSL command-line interface, as well as from step-by-step directions for obtaining certificates and setting up your own certification authority. As a developer, you will further benefit from the in-depth discussions and examples of how to useOpenSSL in your own programs. Although OpenSSL is written in C, information on how to use OpenSSL with Perl, Python and PHP is also included. OpenSSL may well answer your need to protect sensitive data. If that's the case, "Network Security with OpenSSL is the only guide available on the subject.
LC Classification Number
TK5105.59.V54 2002
Artikelbeschreibung des Verkäufers
Rechtliche Informationen des Verkäufers
Info zu diesem Verkäufer
Texas Book Consignments
99,7% positive Bewertungen•48.152 Artikel verkauft
Angemeldet als gewerblicher Verkäufer
Verkäuferbewertungen (13.356)
- 1***1 (20)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufIt's on me for not reading the description of this being an ex-library copy. I was expecting it to be, but that's completely my fault. The product is exactly as described, in good condition and of good quality. Shipping was fast. Appearance good, no pages ripped and cover is not bent. It was sent in a bag instead of a box, though, which could have led to damage in shipping. Overall I'm happy and would buy from this seller again.
- h***h (244)- Bewertung vom Käufer.Letzter MonatBestätigter KaufThe book was noted as in a very good condition. When I received it, it had several pages of underlining. I contacted the seller and send them copies of the pages. They apologized for their oversight and rectified the issue. I appreciate the prompt communication and rectification of the issue. thanks.
- b***g (925)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufFantastic purchasing experience; sent as described as was the condition upon arrival; price and shipping (if any was charged) were reasonable. This author has been at the top of my list for quite a while as a favorite. This seller checks all the boxes!
Produktbewertungen & Rezensionen
Relevanteste Rezensionen
- 15. Feb. 2022
Standardwerk für das Regal zum Nachschlagen
Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: betterworldbooks