I want to do some in-memory compression and I see that LsZip will only apply encryption to files. I would like to use some simple encryption.

Perhaps LSpack would do this for me?

I guess I can always encrypt the source MemBuffer before compressing, and then decrypt upon uncompress. Or, use a file.

John Griffiths