Re: simple text compression in Cocoa

2008-06-08 Thread Kyle Sluder
On Sun, Jun 8, 2008 at 3:26 AM, Wayne Shao <[EMAIL PROTECTED]> wrote: > I want to make it inconvenient to read this data from a debugger. So I try > to find an easy way to compress it or simply obfuscate it. This is an exercise in futility. Unless you have some contractual or legal obligation to

simple text compression in Cocoa

2008-06-08 Thread Wayne Shao
Hi, I have a chunk of plain text (about 2K bytes) in memory, most of which is static. Since this data reveals main logic of my algorithm, I want to make it inconvenient to read this data from a debugger. So I try to find an easy way to compress it or simply obfuscate it. Note that, it is fine if