This is the scenario we have: We have huge encrypted files, in the order of gigabytes that we can decrypt correctly if we read them until the end. The problem arises when we ar
Can you turn off padding?
// aes.Padding = PaddingMode.PKCS7; aes.Padding = PaddingMode.None;