iphone storing password locally and sending it across to a server securely
Posted
by amarsh-anand
on Stack Overflow
See other posts from Stack Overflow
or by amarsh-anand
Published on 2010-06-14T07:11:07Z
Indexed on
2010/06/14
7:12 UTC
Read the original article
Hit count: 264
I am writing an iPhone app which will start with asking the user to register with a login/passwd. These should be :
- Saved securely locally
- Send securely to a remote web-server
What do I need to achieve the above? Say, for local storage, shall I save them in a file or database? Shall I encrypt it? For sending it over, is HTTPS sufficient?
© Stack Overflow or respective owner