Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: randombytes
node v8.17.0
endpoint
share
tweet
const randomBytes = require('randombytes'); const privateKey = randomBytes(32); console.log(privateKey);
Created from: https://npm.runkit.com/randombytes
Loading…
Clone and edit this document