#!/bin/sh openssl rand -out noise.bin 2048 #dd if=/dev/urandom of=noise.bin bs=2048 count=1