in crhelper/resource_helper.py [0:0]
def _rand_string(l): return ''.join(random.choice(string.ascii_uppercase + string.digits) for _ in range(l))