Created
August 11, 2022 02:58
-
-
Save mishbah/c26ff8d4487357bb5bb201006e0c461b to your computer and use it in GitHub Desktop.
generate random string for secret key using node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in node repl, type... | |
require('crypto').randomBytes(64).toString('hex') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment