cryptography
cryptography copied to clipboard
Padding question
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?