I need users to upload files to the server then have them encrypted ( im looking at ccrypt right now ). I dont know if i can use GPG cause theres no real recipient and the user specifies a password to the file, and the password can change for each file uploaded. Im just wondering if there is a better way to do this ( files are stored on the harddrive, not in MySQL ) so that im not really re-inveting the wheel. The files may be binary and sometimes they might not be. Any siggestions would be great.
GM