Java Cryptography

Java Cryptography
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 366
Release :
ISBN-10 : 9781449390617
ISBN-13 : 1449390617
Rating : 4/5 (617 Downloads)

Book Synopsis Java Cryptography by : Jonathan Knudsen

Download or read book Java Cryptography written by Jonathan Knudsen and published by "O'Reilly Media, Inc.". This book was released on 1998-05-01 with total page 366 pages. Available in PDF, EPUB and Kindle. Book excerpt: Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's arsenal. Cryptography provides three services that are crucial in secure programming. These include a cryptographic cipher that protects the secrecy of your data; cryptographic certificates, which prove identity (authentication); and digital signatures, which ensure your data has not been damaged or tampered with.This book covers cryptographic programming in Java. Java 1.1 and Java 1.2 provide extensive support for cryptography with an elegant architecture, the Java Cryptography Architecture (JCA). Another set of classes, the Java Cryptography Extension (JCE), provides additional cryptographic functionality. This book covers the JCA and the JCE from top to bottom, describing the use of the cryptographic classes as well as their innards.The book is designed for moderately experienced Java programmers who want to learn how to build cryptography into their applications. No prior knowledge of cryptography is assumed. The book is peppered with useful examples, ranging from simple demonstrations in the first chapter to full-blown applications in later chapters.Topics include: The Java Cryptography Architecture (JCA) The Java Cryptography Extension (JCE) Cryptographic providers The Sun key management tools Message digests, digital signatures, and certificates (X509v3) Block and stream ciphers Implementations of the ElGamal signature and cipher algorithms A network talk application that encrypts all data sent over the network An email application that encrypts its messages Covers JDK 1.2 and JCE 1.2.


Java Cryptography Related Books

Java Cryptography
Language: en
Pages: 366
Authors: Jonathan Knudsen
Categories: Computers
Type: BOOK - Published: 1998-05-01 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's arsenal. Cryptography provides three services
Java Cryptography Extensions
Language: en
Pages: 177
Authors: Jason R. Weiss
Categories: Computers
Type: BOOK - Published: 2004-05-18 - Publisher: Morgan Kaufmann

DOWNLOAD EBOOK

For a long time, there has been a need for a practical, down-to-earth developers book for the Java Cryptography Extension. I am very happy to see there is now a
Java Cryptography
Language: en
Pages: 362
Authors: Jonathan Knudsen
Categories: Computers
Type: BOOK - Published: 1998-05 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

"Java Cryptography" teaches you how to write secure programs using Java's cryptographic tools. It thoroughly discusses the Java security package and the Java Cr
Beginning Cryptography with Java
Language: en
Pages: 482
Authors: David Hook
Categories: Computers
Type: BOOK - Published: 2005-11-02 - Publisher: John Wiley & Sons

DOWNLOAD EBOOK

Beginning Cryptography with Java While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides
Java Security
Language: en
Pages: 630
Authors: Scott Oaks
Categories: Computers
Type: BOOK - Published: 2001-05-17 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

One of Java's most striking claims is that it provides a secure programming environment. Yet despite endless discussion, few people understand precisely what Ja