Hi, I want to use AES encryption with CBC (Cipher Block Chain) mode with Crypto++. My question is i want to use this encryption on binary data of unknown length. So, how can Crypto++ behaves in this case of variable length. I have following questions if i use AES CBC mode on binary data
1) Can Crypto++ work on binary data stored in .dat file or any buffer. I do not know the input data size. It can be different every time. 2) What would be the size of Encrypted data if my binary data length is 63 bytes, 64 bytes and 1021 bytes (basically i want to ask if size if of multiple of 16 and what if not. 3) What is the max size Crypto++ can handle for encryption at a time. 4) What is the option NO_PADDING is for in AES CBC mode while creating a encryption object? Thanks in advance. -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
