I want to save user's id and password in App.
What is recommendable encryption way when I save id and password.
I'm finding more safe way from Jailbreak or Hacker.
How about GenericKeychain sample code ?
I can't have confidence about safe how to use Keychain like GenericKeychain sample code.
Please tell me some advices. Thank you ^^*
You can use the Security framework
#import <Security/Security.h>
To save a username and password for a server:
To remove:
To read: