Stop Putting Secrets in process.env: Encrypt Env Vars with AWS KMS
After a CVSS 10.0 RCE (CVE-2025-66478), we stopped trusting process.env. Here’s what I built instead
Feb 21, 202610 min read10

Search for a command to run...
Articles tagged with #backend
After a CVSS 10.0 RCE (CVE-2025-66478), we stopped trusting process.env. Here’s what I built instead

Secure Token Systems: What to Use and When

JWTs are signed — but that doesn't make them safe from being reused by attackers
