def check_password(self, password): return check_hash(password, self._password)
def check_code(self, cde): return check_hash(cde, self._code)