@override EncryptedData encrypt(List<int> input) { return EncryptedData.from( cryptor.encryptWithKey(cipherKey, input), List<int>.empty()); }