summaryrefslogtreecommitdiffstats
path: root/scripts/noise.sh
blob: 9b93b668c93ce91ead5f42cc02f59f9b5b4dcfca (plain)
1
2
3
4
5
#!/bin/sh

openssl rand -out noise.bin 2048

#dd if=/dev/urandom of=noise.bin bs=2048 count=1