#!/bin/bash dd if=/dev/urandom bs=1 count=512 2> /dev/null | base64 | head -c$1 && echo