Java Cryptography Extensions: Practical Guide for Programmers (Paperback)
Jason R. Weiss
- 出版商: Morgan Kaufmann
- 出版日期: 2004-02-27
- 售價: $1,170
- 貴賓價: 9.5 折 $1,112
- 語言: 英文
- 頁數: 176
- 裝訂: Paperback
- ISBN: 0127427511
- ISBN-13: 9780127427515
-
相關分類:
Java 程式語言、資訊安全
下單後立即進貨 (約2~3週)
買這商品的人也買了...
-
$480$408 -
$1,206Network Security with OpenSSL (Paperback)
-
$880$695 -
$1,050$998 -
$590$466 -
$2,363Secure Programming Cookbook for C and C++: Recipes for Cryptography, Authentication, Input Validation & More (Paperback)
-
$560$476 -
$490$417 -
$680$578 -
$1,900$1,805 -
$850$723 -
$280$218 -
$480$379 -
$750$638 -
$720$569 -
$590$460 -
$680$537 -
$490$382 -
$860$731 -
$990$782 -
$650$553 -
$250$213 -
$480$408 -
$107OpenSSL與網路資訊安全:基礎.結構和指令
-
$750$638
相關主題
商品描述
Description:
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 book that can answer many of the technical questions that
developers, managers, and researchers have about such a critical topic. I am
sure that this book will contribute greatly to the success of securing Java
applications and deployments for e-business. --Anthony Nadalin, Java Security
Lead Architect, IBM
For many Java developers and software engineers,
cryptography is an "on-demand" programming exercise, where cryptographic
concepts are shelved until the next project requires renewed focus. But
considerations for cryptography must be made early on in the design process and
it’s imperative that developers know what kinds of solutions exist.
One
of Java’s solutions to help bridge the gap between academic research and
real-world problem solving comes in the form of a well-defined architecture for
implementing cryptographic solutions. However, to use the architecture and its
extensions, it is important to recognize the pros and cons of different
cryptographic algorithms and to know how to implement various devices like key
agreements, digital signatures, and message digests, to name a few.
In
Java Cryptography Extensions (JCE), cryptography is discussed at the level that
developers need to know to work with the JCE and with their own applications but
that doesn’t overwhelm by packing in details unimportant to the busy
professional. The JCE is explored using numerous code examples and instructional
detail, with clearly presented sections on each aspect of the Java library. An
online open-source cryptography toolkit and the code for all of the examples
further reinforces the concepts covered within the book. No other resource
presents so concisely or effectively the exact material needed to begin
utilizing the JCE
Contents:
Chapter 1: Understanding Java’s Cryptographic Architecture • Chapter 2: Working with Symmetric Ciphers • Chapter 3: Working with Asymmetric Ciphers and Key Agreement Protocols • Chapter 4: Message Digests, Message Authentication Codes, and Digital Signatures • Chapter 5: Managing Keys and Certificates • Bibliography