views:

42

answers:

1

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

A: 

Here's a couple of resources from a Google search:

http://www.bitvise.com/users-guide.html

http://andreyvit.livejournal.com/37576.html

deemoowoor