The maximum size the input can have after it has been encrypted.
@override int maxEncryptedSize(Uint8List inp) { return inp.length + 32; // 16 IV + 16 extra for padding }