@gen.coroutine
def translator(data):
    """This provides a function that hashes the fingerprint a second time with a per user hash."""
    salt = bcrypt.gensalt()
    return(bcrypt.hashpw(data, salt))