cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

Padding question

Open hootyjeremy opened this issue 3 years ago • 0 comments

Is it possible to have the algorithm.encrypt() method not do padding? For example, if I don't want to read in a large file like 1GB+ and would rather cycle through and just read in 10MB at a time, encrypt that chunk, and then continue until the end and then just pad the last ~10MB block rather than adding the 16 bytes of padding for each, is that possible?

hootyjeremy avatar Aug 30 '22 21:08 hootyjeremy