RSA_DECRYPT

Decrypts encrypted data using a public key.

Syntax 

RSA_DECRYPT(encrypted_message, public_key)

Usage examples 

Example 1

Formula

RSA_DECRYPT(encrypted_data, public_key)

Output

"Decrypted message"
Was this helpful?