Browser-only
Generation and export both stay in the browser.
Generate secure AUTH_SECRET and NEXTAUTH_SECRET values for NextAuth.js and Auth.js directly in your browser. No server upload, no storage, fully client-side.
Secret
This browser does not support secure random generation. Please try again in a modern browser..env format
AUTH_SECRET=If you prefer a command, Auth.js CLI or OpenSSL can generate a similar secret.
npx auth secretopenssl rand -base64 32Open the full generators page to compare tools and switch to another one.
Generation and export both stay in the browser.
Your input is never sent to a server.
Reloading clears the input and output.