问题
is it normal to get the junk bytes at end of buffer when this function returns?
回答1:
If you're using a block cipher, it's normal for the output to be padded to a multiple of the block size. With a stream cipher, the result will normally be exactly the same length as the input.
来源:https://stackoverflow.com/questions/1591070/cryptencrypt-api