Caché

Download

Caché is a simple app designed to help hiding strings easier in Cocoa apps. This helps in hiding any proprietary code from smarties thinking that a quick peek into the compiled app will do any good. This also hides the code from the “strings” Terminal command.

For example, typing in “This is a test.” returns:

[NSString stringWithFormat: @"%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c", 0x54, 0x68, 0x69, 0x73, 0x20, 0x69, 0x73, 0x20, 0x61, 0x20, 0x74, 0x65, 0x73, 0x74, 0x2E];

This program is mainly put up here for developers, but anyone is able to download it.

Categories

Tags


Bear