Hi,
I don't know if this question makes any sense, but i need to get some answers.
I am working on a project, where i am using a file encrytion/decrytion program.Now i have this .java program which is working perfectly from the command prompt and encryting/decryting files
Now , the task at hand is to use this progarm using web interface,(i am using JSP for dynamic web pages),
where the user needs to browse and select the file from his local system and on sending the mail to the receiver, the file should get encryted and get stored on a directory on the server(eg:WEb-INF\user) and a link to the encrypted file should be send to the receiver, where the receiver upon clickin the link, the file should get decrypted using the program and get stored on his local directory.
Please help me out, how to implement this in my project..