Exposing size of last chunk in RSA file encryption
So I’m implementing RSA encryption. I’m processing input in chunks of known constant size (depends on modulus) but the last chunk might be smaller so I save its size in plaintext at the end of output file. Is that safe?
Continue reading Exposing size of last chunk in RSA file encryption