@@ -0,0 +1,4 @@
+#!/bin/sh
+
+random=$(dd if=/dev/urandom bs=1 count=12 2>/dev/null | base64 | sed 's/[=\+//]//g')
+echo $random