Security

Our API endpoints uses AES encryption for request payloads and ed25519 decryption for response data, this is to ensure that your request and response handshake on our server are end-to-end protected.

Ensure that your encryptionKey and privateKey are kept secure. The following steps need to be carried out, in order to make use of our API.

  • Generate API and Encryption Keys

  • Generate SSH Keys

  • Update Public key

  • Encrypt / Decrypt Request

Last updated