.env · security
OpenSSL Rand Oluşturucu — Çevrimiçi openssl rand -base64 32
Tarayıcında openssl rand -base64 32 ve openssl rand -hex komutlarını çoğalt. Bayt sayısını ve kodlamayı seç. OpenSSL gerekmez.
Be the first to rate
Encoding
Bytes
Equivalent CLI command
openssl rand -base64 32Output
Common use cases
openssl rand -base64 32— AUTH_SECRET, NEXTAUTH_SECRETopenssl rand -hex 32— API tokens, webhook secretsopenssl rand -base64 16— CSRF tokens, short-lived codesopenssl rand -hex 16— RAILS_MASTER_KEYFull tool page:/openssl-rand-generator