How Africoders Stores Your Keys
When you generate an API key, the plaintext key is shown to you exactly once. We immediately hash it using SHA-256 and store only the hash.
Your Responsibilities
- Never hardcode keys
- Never commit keys to Git
- Use separate keys for sandbox and live
- Rotate keys regularly