Prerequisites

Preparing Your RSA Keys

The Futuric-WaaS project extensively uses RSA signatures to secure our API endpoints. Creating API keys within the system requires an RSA public key.

For example, if you intend to create 2 API keys, you will need to prepare 2 pairs of RSA keys (2 public and 2 private keys).

Supported RSA Key FormatsSupported RSA Key Formats

  • 2048 bits

Last updated