I would like to make a small message exchange system between users. Is it possible, with Symfony, to make an asymmetrical encryption of messages? In order for the recipient user to be able to decrypt the message with the private key and encrypt his messages with the public key. So that only the concerned users can read the messages.
Thanks a lot
Source: Symfony Questions
Was this helpful?
0 / 0