Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Sample byte array encryption/decryption methods

843811Jan 29 2007 — edited Jan 30 2007
Hi :

I'm new to this field, I am looking for a sample set of methods like :

byte [] encrypt(byte [] plainText,StringBuffer Password)
and
byte [] decrypt(byte [] cipherText,StringBuffer Password)

Where can I find them ?

Thanks !

Frank
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 27 2007
Added on Jan 29 2007
9 comments
1,076 views