Cipher : Java Glossary

go to home page C words local find full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all) ©1996-2009 2008-06-19 Roedy Green, Canadian Mind Products
Cipher
Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these methods for particular algorithms and block modes.

AES Encryption

Requires a shared secret key between sender and receiver.

RSA Public/Private Key Encryption

Requires sender to know public key of receiver, and receiver requires the corresponding private key.

Learning More

The Javadoc is almost useless. All the methods have undocumented parameters that are specific to various algorithms. Your best bet is to scour the Internet with Google, e.g. search for PBE DECRYPT_MODE to find Java source code listings where people used the PBE algorithm and Cipher. DECRYPT_MODE to decrypt messages. Beware, much of the code you will find is not working properly. People posted it seeking help getting it to work. Another source of information is books on JCE.

Sun’s Javadoc on Cipher class : available:
Sun’s Javadoc on CipherInputStream class : available:
Sun’s Javadoc on CipherOutputStream class : available:
Sun’s Javadoc on KeyGenerator class : available:
Sun’s Javadoc on SecretKey class : available:
Sun’s Javadoc on SecretKeySpec class : available:
Sun’s JDK Technote Guide on cryptography algorithm names : available:

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/cipher.html J:\mindprod\jgloss\cipher.html
CMP logofeedback Please email your feedback for publication, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.191.105]
You are visitor number 11.