Kyle-Falconer
8/15/2016 - 6:47 PM

make a random string

make a random string

# method 1:
openssl rand -base64 40

# method 2:
echo "import hashlib ; from uuid import uuid4 ; print hashlib.sha256(str(uuid4())).hexdigest()" | python -