Dear Martin:
ref your code snippets of 7 years ago: runAesCtrBlockEncryption
This code operates on 16 byte block of data. Can this be increased?
Also the article says that larger data arrays are encoded a block at a time. Each new block is exor'd with the previous block.
What if I just encode/decode a block at a time and treat them as independent (not exoring with prev block)?
Thanks
John