Created
December 15, 2023 21:02
-
-
Save webshooter/5a3747155e4eee832e28a776c6c28c04 to your computer and use it in GitHub Desktop.
Nodejs cli create crypto key
This file contains hidden or 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
node -p "require('crypto').randomBytes(256).toString('hex');" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment