Syntax
RSA_AES_HYBRID_DECRYPT(encrypted_data_array, key, [padding: "PKCS1_PADDING"])
Usage examples
Example 1
Formula | RSA_AES_HYBRID_DECRYPT(encrypted_data_array, key) |
Output | "Decrypted message" |
Example 2
Formula | RSA_AES_HYBRID_DECRYPT(encrypted_data_array, key, padding: "PKCS1_PADDING") |
Output | "Decrypted message" |