Home  >  Article  >  Backend Development  >  APP接口加密的有关问题

APP接口加密的有关问题

WBOY
WBOYOriginal
2016-06-13 11:43:361121browse

APP接口加密的问题
公司在开发一个IOS,我负责写网站后台,现在有一些接口实现的功能涉及到修改数据,所以要保密。

保密方式:
1.IOS加密访问,不是加密参数是加密访问(无法非法获取访问痕迹),没接触过,不知道如何实现。
2.参数加密,访问接口之前,先在WEB获取一个加密字符串(A),然后IOS解密得出(B),访问接口时带上参数(B),WEB访问数据库验证(B)。

就想到那么多,主流验证是怎样的,有没有一个方法能不用数据库啊。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn