#!/bin/bash

rstring() {
    dd if=/dev/urandom bs=1 count=20 2>/dev/null | md5sum | cut -d" " -f1
}
echo "==== $(rstring)$(rstring) =="
