> > Can any one send me the source code to encrypt the entire file using RSA > generated public key. Guys this very urgent if please send me the cod ASAP, > as i'm running out of time to search through the library. > thanks in advance.
Hello Nanja, It's both impossible and pointles to encrypt entire file using RSA. Use for example AES to encrypt the file with a random session key and then use RSA to encrypt the session key and append it to the file. There should be examples available on both of these separately, all you have to do is to combine them. Hope this helps, SaBe -- ----------------------------------------------- The world will, most experts agree, probably get destroyed by an accident. This is where we came in. We're computer professionals. We cause accidents.
