php - Encrypting files for others -


I try to detect an approach to encrypt files for other users using a PHP interface While keeping my passwords private from the system, administrators (like Dropbox) I basically need to store files for users, to keep their passwords unknown. Any suggestions?

Use base_64 encoding with a private key.

Check the user contributing code on the custom

page to use the custom key and for additional security.

Comments