- 5 resultaten
laagste prijs: € 4,48, hoogste prijs: € 12,56, gemiddelde prijs: € 7,82
1
Cryptography for Internet and Database Applications: Developing Secret and Public Key Techniques with Java - Galbreath, Nicholas / Galbreath, Nick
bestellen
bij BetterWorldBooks.com
$ 10,92
(ongeveer € 9,40)
bestellenGesponsorde link
Galbreath, Nicholas / Galbreath, Nick:

Cryptography for Internet and Database Applications: Developing Secret and Public Key Techniques with Java - gebruikt boek

ISBN: 9780471210290

Cryptography is the gold standard for security. It is used to protect the transmission and storage of data between two parties by encrypting it into an unreadable format. Cryptography has… Meer...

  - Verzendingskosten:zzgl. Versandkosten., exclusief verzendingskosten
2
Cryptography for Internet and Database Applications : Developing Secret and Public Key Techniques with Java by Nicholas, Galbreath, Nick Galbreath - Nicholas, Galbreath, Nick Galbreath
bestellen
bij BetterWorldBooks.com
€ 5,61
bestellenGesponsorde link

Nicholas, Galbreath, Nick Galbreath:

Cryptography for Internet and Database Applications : Developing Secret and Public Key Techniques with Java by Nicholas, Galbreath, Nick Galbreath - gebruikt boek

ISBN: 9780471210290

Prevent hackers from stealing your data with this detailed guide on how to implement cryptography and secure your information using java Today's e-commerce and business systems store a t… Meer...

used in stock. Verzendingskosten:plus shipping costs., exclusief verzendingskosten
3
Cryptography for Internet and Database Applications: Developing Secret and Public Key Techniques with Java - Galbreath, Nicholas / Galbreath, Nick
bestellen
bij BetterWorldBooks.com
€ 4,48
bestellenGesponsorde link
Galbreath, Nicholas / Galbreath, Nick:
Cryptography for Internet and Database Applications: Developing Secret and Public Key Techniques with Java - gebruikt boek

ISBN: 9780471210290

Prevent hackers from stealing your data with this detailed guide on how to implement cryptography and secure your information using java Today's e-commerce and business systems store a t… Meer...

used in stock. Verzendingskosten:zzgl. Versandkosten., exclusief verzendingskosten
4
Cryptography for Internet and Database Applications : Developing Secret and Public Key Techniques with Java - Nick Galbreath; Nicholas Galbreath
bestellen
bij Thriftbooks.com
$ 8,17
(ongeveer € 7,03)
bestellenGesponsorde link
Nick Galbreath; Nicholas Galbreath:
Cryptography for Internet and Database Applications : Developing Secret and Public Key Techniques with Java - gebruikt boek

ISBN: 0471210293

Cryptography is used to protect the transmission of data on the public network of the Internet between two parties by encrypting it into an unreadable format. Although the transmission is… Meer...

  - used. Verzendingskosten:zzgl. Versandkosten., exclusief verzendingskosten
5
Cryptography for Internet and Database Applications - Galbreath, Nick
bestellen
bij AbeBooks.de
€ 12,56
verzending: € 0,001
bestellenGesponsorde link
Galbreath, Nick:
Cryptography for Internet and Database Applications - eerste uitgave

2002, ISBN: 0471210293

pocketboek

[EAN: 9780471210290], [PU: John Wiley & Sons Ltd], Befriedigend/Good: Durchschnittlich erhaltenes Buch bzw. Schutzumschlag mit Gebrauchsspuren, aber vollständigen Seiten. / Describes the … Meer...

Verzendingskosten:Versandkostenfrei. (EUR 0.00) medimops, Berlin, Germany [55410863] [Rating: 5 (von 5)]

1Aangezien sommige platformen geen verzendingsvoorwaarden meedelen en deze kunnen afhangen van het land van levering, de aankoopprijs, het gewicht en de grootte van het artikel, een eventueel lidmaatschap van het platform, een rechtstreekse levering door het platform of via een derde aanbieder (Marktplaats), enz., is het mogelijk dat de door euro-boek.nl meegedeelde verzendingskosten niet overeenstemmen met deze van het aanbiedende platform.

Bibliografische gegevens van het best passende boek

Bijzonderheden over het boek
Cryptography for Internet and Database Applications: Developing Secret and Public Key Techniques with Java

Cryptography is the gold standard for security. It is used to protect the transmission and storage of data between two parties by encrypting it into an unreadable format. Cryptography has enabled the first wave of secure transmissions, which has helped fuel the growth of transactions like shopping, banking, and finance over the world's biggest public network, the Internet. Many Internet applications such as e-mail, databases, and browsers store a tremendous amount of personal and financial information, but frequently the data is left unprotected. Traditional network security is frequently less effective at preventing hackers from accessing this data. For instance, once-private databases are now completely exposed on the Internet. It turns out that getting to the database that holds millions of credit card numbers-the transmission-is secure through the use of cryptography, but the database itself isn't, fueling the rise of credit card information theft. A paradigm shift is now under way for cryptography. The only way to make data secure in any application that runs over the Internet is to use secret (also known as private) key cryptography. The current security methods focus on securing Internet applications using public keys techniques that are no longer effective. In this groundbreaking book, noted security expert Nick Galbreath provides specific implementation guidelines and code examples to secure database and Web-based applications to prevent theft of sensitive information from hackers and internal misuse.

Gedetalleerde informatie over het boek. - Cryptography for Internet and Database Applications: Developing Secret and Public Key Techniques with Java


EAN (ISBN-13): 9780471210290
ISBN (ISBN-10): 0471210293
pocket book
Verschijningsjaar: 2002
Uitgever: John Wiley & Sons
416 Bladzijden
Gewicht: 0,726 kg
Taal: eng/Englisch

Boek bevindt zich in het datenbestand sinds 2007-04-26T09:26:36+02:00 (Amsterdam)
Detailpagina laatst gewijzigd op 2023-11-26T12:44:33+01:00 (Amsterdam)
ISBN/EAN: 0471210293

ISBN - alternatieve schrijfwijzen:
0-471-21029-3, 978-0-471-21029-0
alternatieve schrijfwijzen en verwante zoekwoorden:
Auteur van het boek: galbreath, nicholas
Titel van het boek: java, database, the secret public, internet, public key cryptography


Gegevens van de uitgever

Auteur: Nick Galbreath
Titel: Cryptography for Internet and Database Applications - Developing Secret and Public Key Techniques with Java
Uitgeverij: John Wiley & Sons
400 Bladzijden
Verschijningsjaar: 2002-10-11
Gewicht: 0,731 kg
Taal: Engels
34,90 € (DE)
Not available (reason unspecified)

BC; PB; Hardcover, Softcover / Informatik, EDV/Datenkommunikation, Netzwerke; Computernetzwerke und maschinelle Kommunikation; Programmierung; Java (Programmiersprache); Datenbank; Internet; Kryptologie; Datenbank; Programmierung; JAVA (Programmiersprache); Internet; Kryptologie

Preface. Introduction. Chapter 1. Bits and Bytes. Chapter 2. Secret Key Cryptography. Chapter 3. Public Key Cryptography. Chapter 4. Random Numbers. Chapter 5. Java Cryptography. Chapter 6. Small Message Encoding and Encryption. Chapter 7. Application and Data Architecture. Appendix A: Java Cryptography Class Reference. References. Index.

Andere boeken die eventueel grote overeenkomsten met dit boek kunnen hebben:

Laatste soortgelijke boek:
9780471428084 Cryptography for Internet and Database Applications (Galbreath, Nick)


< naar Archief...