Crypto++ AES Decrypt how to?

Posted by indigoOrange on Stack Overflow See other posts from Stack Overflow or by indigoOrange
Published on 2010-06-28T09:43:41Z Indexed on 2012/09/15 21:38 UTC
Read the original article Hit count: 196

Filed under:
|
|

There are next to no noob guides to crypto++ out there. Or none that I've found anyway. What I want to do is decrypt an array of uchars I generate with another AES encrypter. Where would I start? I have the library built and linking grand. Do I need to set anything up or do I just call a function on my array (and if so what function) ?

I'd really appreshiate some help from someone who knows this stuff.

Thanks

© Stack Overflow or respective owner

Related posts about cryptography

Related posts about encryption