Objective-C is a reflective, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.

learn more… | top users | synonyms

-2
votes
2answers
260 views

Is it secure to use XML to build iPhone application? [closed]

I know PHP/MYSQL but i don't know much about iPhone development and as such I found someone to help me. He is telling me that he can make my app, which will be a basic note taking service that will ...
2
votes
1answer
461 views

Which crypto-algorithem uses iOS in NSDataWritingFileProtection and what is the keysize?

I need to know the crypto algorithm and key strength of NSDataWritingFileProtection. I would like to know the same things for using the Keychain and NSFileManager. I searched the Apple Developer ...
6
votes
3answers
636 views

Are there any established mobile security frameworks or secure coding guidelines available?

I am looking for security frameworks and secure coding guidelines especially for mobile devices (Android and iOS). The languages I am interested in are Objective-C, JAVA and HTML5. If there are no ...