A composer package exists for PKI encryption, but I'm looking to do a simplified version of it. Most other encryption solutions I've seen uses the same key to encrypt and decrypt it.
Example,
A message comes in for User.
The server encrypts the message with the user's public key.
When User wants to view this message, he has to enter his password (private key) to decrypt it so that he can view it.
Any hints on how I can do this?
0 comments:
Post a Comment