I'm not sure if this is the right place, but let's see.
I am developing a system for sending private messages from one user to another user. PHP 5.2.x is running under the hood.
Now Iβm looking for a way to encrypt private messages so that I canβt access them . At the moment, I have no idea how to implement such a system where I do not know the encryption key.
My first idea was to combine it with something like OAuth.
A few more requirements to find out the problem:
- Public web page
- good usability
source
share