Generate 32 bytes, hex encode:
openssl rand -hex 32
Generate 32 bytes, base64 encode:
openssl rand -base64 32
Generate 32 bytes, save output to file:
openssl rand -out file.txt 32
Paweł Szaga home page
Generate 32 bytes, hex encode:
Generate 32 bytes, base64 encode:
Generate 32 bytes, save output to file: