I need make iPhone aplication to send username and password and then get token. I was looking for simply to use iPhone AES library, but I haven’t found anything usable. Or should I use SSL (HTTPS) ? Can you recommend me best way how to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any internet traffic that requires security should use SSL. Just set up a web server with an SSL certificate, then pass the
httpsURL to aNSURLRequestand it’ll take care of the rest.