def __init__(self, key): self._cipher = Cipher(algorithms.AES(key), modes.ECB(), backend=default_backend())