Secret Generator

Generate cryptographically secure secrets for your applications.
Similar to mix phx.gen.secret

Custom:

Usage Examples

Phoenix / Elixir

SECRET_KEY_BASE=your_secret_here

Next.js / Node.js

NEXTAUTH_SECRET=your_secret_here

JWT Signing

JWT_SECRET=your_secret_here