#!/bin/bash

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