RSA_ENCRYPT

Encrypts data using a public or private key with PKCS #1 padding.

Syntax 

RSA_ENCRYPT(plain_message, key)

Usage examples 

Example 1

Formula

RSA_ENCRYPT(plain_message, key)

Output

"Encrypted data"
Was this helpful?