Storing passwords in iPhone applications

前端 未结 3 857
南笙
南笙 2020-12-12 23:02

I have a simple application, based of the \"Utility Application\" template. It retrieves a password-protected XML file (via NSXMLParser).

I want to allow the user to

3条回答
  •  离开以前
    2020-12-12 23:26

    This is exactly what Apple developed the Keychain for. Using Keychain, you can store your password in encrypted form. Take a look at Apple's GenericKeychain sample.

提交回复
热议问题