Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

create random hex in node

const crypto = require('crypto')
crypto.randomBytes(64).toString('hex')
 
PREVIOUS NEXT
Tagged: #create #random #hex #node
ADD COMMENT
Topic
Name
3+9 =