Syntax
RSA_AES_HYBRID_ENCRYPT(plain_message, key, [padding: "PKCS1_PADDING"])
Usage examples
Example 1
Formula | RSA_AES_HYBRID_ENCRYPT(plain_message, key) |
Output | 1 [ 2 "(encrypted aes key)", 3 "(encrypted initialization vector)", 4 "(encrypted data)" 5 ] |
Example 2
Formula | RSA_AES_HYBRID_ENCRYPT(plain_message, key, padding: "PKCS1_PADDING") |
Output | 1 [ 2 "(encrypted aes key)", 3 "(encrypted initialization vector)", 4 "(encrypted data)" 5 ] |