str = random.sample(string.ascii_letters + string.digits, 20)payload = ''.join(str) + repr(int(time.time()))