Skip to content

Instantly share code, notes, and snippets.

@thecodermehedi
Created March 4, 2025 15:10
JWT Secret Generator With NodeJS One Line command
node -e "console.log(require('crypto').randomBytes(64).toString('hex'))" | wl-copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment