RSA_ENCRYPT

Encrypts data using a public or private key.

Syntax 

RSA_ENCRYPT(plain_message, key)

Usage examples 

Example 1

Formula

RSA_ENCRYPT(plain_message, key)

Output

"Encrypted data"
Was this helpful?