Check the size of your keys/IV. crypto++ used to require the sizes to be 16 Bytes if you use AES 128.
On Thu, Apr 23, 2015 at 7:05 PM, Jeffrey Walton <[email protected]> wrote: > > > On Thursday, April 23, 2015 at 12:56:14 AM UTC-4, Fil Nick wrote: >> >> http://pastebin.com/BGzNsgjj >> >> I’ve been working on a project that uses Crypto++ and I have ran into an >> issue that I cannot solve. >> >> The program compiles fine but crashes when aes is used. I have simply ran >> into an issue that I do not know how to fix, I’ve uploaded the project if >> it is helpful. >> >> https://www.mediafire.com/?8curwfrlvxlpf0p >> > What is the problem (besides "my program crashes")? Perhaps you could > provide a view of the problematic code, and maybe even a stack trace > centered around that code. > > > -- > -- > 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. > --- > You received this message because you are subscribed to the Google Groups > "Crypto++ Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
