Hi,
dont know if this is the right place to ask, but i do it anyway.
I want to, in some way, generate a public key to encrypt some
information in a database and then have a secret key that the
person who is going to read the encrypted information use to
encrypt the information.
The RSA algorithm is, if I have understand this right, the way to
do it. Is there any one who know how to do this in php?