RC4 encryption/decryption of files and processing of output stream
843811Jul 9 2009 — edited Jul 9 2009Hello,
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!