We take security issues seriously. If you discover a security vulnerability in crypto-toolkit, please report it privately.
Email: security@empoweredhumanity.ai
Include in your report:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if you have one)
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Fix Timeline: Critical issues within 30 days, others within 90 days
- Please allow us reasonable time to fix the issue before public disclosure
- We will credit you in the security advisory (unless you prefer to remain anonymous)
- We will notify you when the fix is released
- We validate the report
- We develop and test a fix
- We release a patched version
- We publish a security advisory (GitHub Security Advisories)
- We credit the reporter (if desired)
| Version | Supported |
|---|---|
| 1.x.x | Yes |
| < 1.0 | No |
When using crypto-toolkit in your projects:
- Keep Updated: Use the latest version to get security fixes
- Key Storage: Store keys securely (KMS, hardware tokens, encrypted key files)
- Key Rotation: Implement regular key rotation policies
- Memory Safety: Wipe sensitive data after use with
sodium.sodium_memzero() - Dependency Scanning: Regularly update dependencies
- XChaCha20-Poly1305: 192-bit nonces prevent birthday-bound collisions
- Argon2id: OWASP-compliant memory/time cost parameters
- Ed25519: Deterministic signatures, no weak nonces
- Constant-time: All comparisons use timing-safe functions
- No weak algorithms: HS256, CBC, MD5, and SHA-1 are not exposed
Subscribe to security updates:
- GitHub: Watch this repository for security advisories
- npm:
npm auditwill show vulnerabilities - Email: security@empoweredhumanity.ai (for critical advisories)
We currently do not offer a bug bounty program. However, we deeply appreciate security researchers who responsibly disclose vulnerabilities and will publicly acknowledge your contribution.
For non-security questions, please use GitHub Issues. For security concerns, email security@empoweredhumanity.ai.