RSA_DECRYPT

Decrypts encrypted data using a public or private key.

Syntax 

RSA_DECRYPT(encrypted_message, key)

Usage examples 

Example 1

Formula

RSA_DECRYPT(encrypted_data, key)

Output

"Decrypted message"
Was this helpful?