#!/usr/bin/env bash

cat /dev/urandom | tr -cd '[:alnum:]' | fold -w256 | head -n 1 | xargs
