Encrypt a message in a way that obscures the message length.
The message is padded to a multiple of 2048 before being encrypted so that the length of the resulting encrypted message can't be used to guess the exact length of the original message.
The encryption options.
The message data.
The public key of the message recipient.
The type of encryption to use.
The encrypted data.
Encrypt a message in a way that obscures the message length.
The message is padded to a multiple of 2048 before being encrypted so that the length of the resulting encrypted message can't be used to guess the exact length of the original message.