RSA_ENCRYPT

Encrypts data using a private key.

Syntax 

RSA_ENCRYPT(plain_message, private_key)

Usage examples 

Example 1

Formula

RSA_ENCRYPT(plain_message, private_key)

Output

"Encrypted data"
Was this helpful?