cNGN documentation
  • Introduction
    • Overview
      • Use Cases
      • Definitions
      • Brand Assets
    • Going Live checklist
  • Getting Started
    • Security
      • Generating SSH keys
      • Generating API Keys
      • Encrypting / Decrypting Request
  • Integrations
    • Contract Address
    • Networks Enum
    • Authorization
    • Endpoints
      • Get Balance
      • Get Bank List
      • Transaction History
      • Virtual Account
      • Redeem Assets
      • Withdraw cNGN
      • Verify Withdrawal
      • Bridge cNGN
      • Whitelist Address
  • Libraries/SDKs
    • Backend Libraries
      • cNGN PHP Library
      • cNGN Python Library
      • cNGN Nodejs Library
      • cNGN Java Library
    • Frontend SDKs/Widget
Powered by GitBook
On this page
  1. Getting Started

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

PreviousGoing Live checklistNextGenerating SSH keys

Last updated 7 months ago