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 -