GENERATE_RSA_KEYS
Generates a pair of public and private keys using the RSA encryption algorithm. The key size can be either 2048 or 4096, and the default is 2048.
Categories: Encryption
Syntax
GENERATE_RSA_KEYS()
Examples
Example 1
Formula
GENERATE_RSA_KEYS()
Output
1
[
2
"public_key",
3
"private_key"
4
]
Sample actions
Select an action to inspect
You can also click "Copy action" and paste them in your Tines story to see how they work.