1. Docs
  2. Formulas
  3. Functions

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

Event Transform
Event Transform Action

Select an action to inspect

You can also click "Copy action" and paste them in your Tines story to see how they work.

Was this helpful?