I am currently looking for a file encryption solution for the following senerio...
I have a company that is posting several documents to their web site for their clients to log in a view.
The documents need to be stored in a encrypted format on the web server for security purposes.
Does anyone have a scheme or idea on how this would work best? (If i encrypt the documents and store the key on the server then encrypting them is pointless.) (Also the encyption needs to be seamless to the web site users)
How can i encrypt these documents and decrypt them when an authenticated web site visitor logs in and requests the document????
How can I make this process automated?
Where do i store the decrypt key?
Any thoughts would be helpful!!