Re: 3DES Encryption
- From: Jan Peter Stotz <jp_news@xxxxxx>
- Date: Wed, 31 May 2006 21:23:15 +0200
Amitesh Hati schrieb:
Can some one help me with a sample program for 3DES encryption
decryption using java cryptographic extension?
There are a lot of examples in the web available. You are probably only
missing the right keywords. Try:
desede jce example
Can you please tell me how to generate a key from a static string?
Read the string, convert each two characters to one byte and create an
DESedeKeySpec() from the byte-array.
Jan
.
- References:
- 3DES Encryption
- From: Amitesh Hati
- 3DES Encryption
- Prev by Date: Re: SoftReference operation synchronization detail
- Next by Date: Re: Passing tab char in command line
- Previous by thread: 3DES Encryption
- Next by thread: Servlets e Url
- Index(es):