def make_hashkey_nonetime(solt): soltt = str(solt+'secrettskkey') soltt = soltt.encode('utf-8') return hashlib.sha224(soltt).hexdigest()