Security
Last updated
The cNGN API uses encryption protocols to protect all communications between your application and the platform. This includes AES encryption for request payloads and Ed25519 decryption for response data.
Important: Safeguard your
encryptionKeyandprivateKeyat all times. Never expose them in client-side code or public repositories.
Generate API and Encryption Keys
Generate SSH Keys
Update Public Key on Dashboard
Encrypt / Decrypt Requests
Last updated