urandom to ascii code example
Example: urandom to ascii
# generate 10mb of data encoded in base64 format
base64 /dev/urandom | head -c 10000000 > file.txt
# generate 10mb of data encoded in base64 format
base64 /dev/urandom | head -c 10000000 > file.txt