Security

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

Ensure that your encryptionKey and privateKey are kept secure.

  • Generate API and Encryption Keys

  • Generate SSH Keys

  • Update Public key

  • Encrypt / Decrypt Request

Last updated