Oct 05 2008
FlashPacker
FlashPacker is a small and simple library, that allows to create a compressed and/or encrypted copy of some file and bundle some ini-styled metadata with it. It was created for storing custom flash files for mobile phones, but it seems, that it can serve also another purpose
FlashPacker uses DCPCrypt library for doing encryption and a little bit customized copy of FastZlib for compression. Both are bundled in distro.
Source code is pretty well-documented. I don’t think any example of usage needed on a class with only several methods.
You can download this library here.

