Wolfram Language

Receive Encrypted Messages

Creating and automatically using public-private key pairs is easy with the Wolfram Language. The following example shows how to create an RSA key pair and use it to create an web form on the Wolfram Cloud to allow anyone to easily send secure messages.

Create a public-private key pair.

Define a form using FormFunction for submitting encrypted messages.

Deploy the form to the cloud.

Enter and submit a message on the form.

Retrieve the encrypted message.

Use the private key to decrypt the message.

Related Examples

de es fr ja ko pt-br zh