dylson-v
2/1/2016 - 6:09 PM

Create a 16 bytes hexadecimal string with node

Create a 16 bytes hexadecimal string with node

#! /env/node

node -p "require('crypto').randomBytes(16).toString('hex')"