def update(self, data): if self._op: return translate(data, self._encrypt_table) else: return translate(data, self._decrypt_table)