.env · security
Rastgele JWT Gizli Anahtar Oluşturucu — HS256, HS384, HS512 (base64)
Anında rastgele bir JWT gizli anahtarı oluştur — base64url kodlamalı, HS256, HS384 ve HS512 için doğru bayt uzunluğu. %100 istemci taraflı.
Be the first to rate
base64url-encoded · crypto.getRandomValues · in-browser only
HS256 (32 bytes)
Minimum for HMAC-SHA256
Secret
.env line
JWT_SECRET=HS384 (48 bytes)
HMAC-SHA384 — recommended default
Secret
.env line
JWT_SECRET=HS512 (64 bytes)
Maximum entropy for HMAC-SHA512
Secret
.env line
JWT_SECRET=CLI alternatives
HS256
openssl rand -base64 32HS384
openssl rand -base64 48HS512
openssl rand -base64 64Full tool page:/jwt-secret-generator