Post
Topic
Board Off-topic
Re: what is this #!/bin/bash
by
ikatamoonshots
on 04/06/2018, 10:48:38 UTC

Code:
date +%s.%N | sha256sum | base64 | head -c 32 ; echo
 



Smiley

Code:
cat /dev/urandom | tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' | head -c 28 | sha256sum | base64 | head -c 32 && echo ""