|
Encrypting File in Java
I am using Apache HTTPCllient & Commons FileUpload APIs for uploading files from client(A Java Application) to server(servlet deployed in Apache Tomcat 6).
I want to encrypt the file at the client end & decrypt at the server end.
I need help regarding this.
Thanks
Sandeep
|