Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

crypto in node js

//create 64 bytes of random digits on cli terminal with crypto
$ node
$ require('crypto').randomBytes(64).toString('hex')
 
PREVIOUS NEXT
Tagged: #crypto #node #js
ADD COMMENT
Topic
Name
7+4 =