Session Secret
English
Generate lowercase hex secrets equivalent to openssl rand -hex 32 or 64
Bytes
32
64
Generate
Output
.env value
SESSION_SECRET=
Equivalent command
openssl rand -hex 32
FAQ
How do I generate a session secret?
What is the difference between the copy raw value and copy .env line options?
Should I choose 32 bytes or 64 bytes?
Is it free, and does it work offline without an account?
Is the generated secret uploaded or stored anywhere?