Create a 16 bytes hexadecimal string with node
#! /env/node node -p "require('crypto').randomBytes(16).toString('hex')"