def make_hashkey(solt): soltt = str(solt)+str(time.time()*1000) soltt = soltt.encode('utf-8') return hashlib.sha224(soltt).hexdigest()