Write Secure Cocoa Code

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-03-14T12:56:14Z Indexed on 2010/03/14 13:15 UTC
Read the original article Hit count: 363

Filed under:
|
|
|
|

Hello,

Im making an application in cocoa and wanted to see if some strings in it were easily accessible so I ran OTX on it and sadly all of my code was found. Is there a method I can use to make my code more "secure" or at least encrypt/hide the strings? The reason I want to encrypt the string is it's a password for a server. I don'd need it really secure I just don't want the password to be so easy to find.

Thanks for any help

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about disassembling