Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
PublicKey, Plaintext -> EncryptedMessage
Encrypt a message using a combination of an asymmetric key encapsulation mechanism and symmetric authenticated encryption.
Problem it solves
Securely transmitting data to a receiver without pre-shared keys while maintaining high performance.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.