简体   繁体   English

将用户名/密码发送到服务器时,AppStore是否需要使用SSL

[英]Is it required for AppStore to use SSL when sending Username/Password to a server

I am having a nightmare at the minute since Apple have axed OpenSSL (building a server for major the OSs). 自从苹果公司取消了OpenSSL(为主要的操作系统构建服务器)以来,我在这时感到恶梦。

I have a logon screen on my app that sends a user name and password to the server(C++ boost) that then will return a session key. 我的应用程序上有一个登录屏幕,该屏幕将用户名和密码发送到服务器(C ++ boost),然后将返回会话密钥。

What should I do to send the password to the server and have apple accept my app? 我应该怎么做才能将密码发送到服务器并使Apple接受我的应用程序? Is SSL the only way to do it. SSL是唯一的方法。 If so could someone please point me in the direction of a good guide or xcode project for SSL sockets on the iphone. 如果可以的话,请给我指出iphone上SSL套接字的良好指南或xcode项目的方向。 There doesn't seem to be much at all on the net about it but almost all apps must do it. 网上似乎没有太多相关信息,但几乎所有应用程序都必须做到这一点。

没有严格要求的SSL,但是我不信任任何不使用安全通信的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM