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
Comments
Post a Comment