Tokenized Encryption Proof of Concept.
- Generate 1 sender and 2 receiver key pairs.
- Generate Master Key.
- Encrypt a message with the master key.
- Generate ECDH Keys between sender and each of the receivers.
- Encrypt the Master Key with each of the sender's ECDH Keys corresponding to each of the receivers.
- Decrypt the encrypted Master Key with each of the receiver's ECDH Keys.
- Decrypt the message with each of the receiver's decrypted master keys.
Encrypted Information
IV
Message