Generate random hex token openssl

Generate a 64-char hex random string (e.g. for API keys)

openssl rand -hex 32
more openssl all 27 commands →