I need a simple data compression/encryption library

One that's well documented and fairly quick to pick up and use(i.e., I don't have to be familiar with the algorithms used). I don't care about making ZIP files, I simply want to compress a binary data buffer, encrypt it with a key, and store in my own file for later.

Would greatly appreciate if anyone could help me out here!
Take a look at POCO:

http://pocoproject.org/documentation/

At the first sight it looks a bit complicated, but powerful.
Thanks for the quick reply. I'll have a look at that.
Topic archived. No new replies allowed.