|Eingestellt in Kategorie:

Netzwerksicherheit mit OpenSSL: Kryptographie für sichere Kommunikation-

Ursprünglicher Text
Network Security with OpenSSL: Cryptography for Secure Communications
Texas Book Consignments
(12942)
Angemeldet als gewerblicher Verkäufer
US $8,25
Ca.EUR 7,05
Artikelzustand:
Sehr gut
Ganz entspannt. Rückgaben akzeptiert.
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
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
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:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • 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
Zuletzt aktualisiert am 18. Aug. 2025 20:14:36 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut: Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand ...
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
Author
John Viega, Pravir Chandra, Matt Messier
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

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

Texas Book Consignments

99,7% positive Bewertungen48.152 Artikel verkauft

Mitglied seit Sep 2006
Antwortet meist innerhalb 24 Stunden
Angemeldet als gewerblicher Verkäufer
Our company is Aggie owned and operated since 2004. Our goal is to provide efficient and courteous service to our customers while maintaining honesty and integrity. We are grateful for everyone who ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (13.356)

Alle Bewertungen
Positiv
Neutral
Negativ
  • 1***1 (20)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    It'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 Monat
    Bestätigter Kauf
    The 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 Monate
    Bestätigter Kauf
    Fantastic 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

5.0
1 Produktbewertungen
  • 1 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

Would recommend

Good value

Compelling content

Relevanteste Rezensionen

  • Standardwerk für das Regal zum Nachschlagen

    OpenSSL gibts schon lange, brauche ich das Buch zum Nachschlagen für mein Regal.

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: betterworldbooks