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.

RC4 encryption/decryption of files and processing of output stream

843811Jul 9 2009 — edited Jul 9 2009
Hello,

what APIs must be used to encrypt/decrypt a file using BouncyCastle's RC4? i have got the code for the encryption/decryption of text already.

in addition, RC4 is a stream cipher... so how do i pass the output stream of the decrypted bits to a media player to play audio/video?

are there any tutorials/examples?

thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 6 2009
Added on Jul 9 2009
0 comments
144 views