We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e2d3b commit 607d3d6Copy full SHA for 607d3d6
generate_random_base64.sh
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+echo "$(id -un)-$(ps ax | grep $$ | grep -v grep | awk '{ print $2 }')-$(id)-$(date +%s%N)-$(head /dev/urandom | LC_CTYPE=C tr -dc '[:alnum:]' | head -c 2048 ; echo $(dd if=/dev/urandom bs=1k count=1 2>/dev/null))" | base64
0 commit comments