APP接口加密的问题

WBOY
Release: 2016-06-23 14:40:06
Original
1226 people have browsed it

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

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

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


回复讨论(解决方案)

使用AES或者DES都可以进行加密啊

使用AES或者DES都可以进行加密啊

你有用过RSA吗,能否给你示例

楼主跟我的情况一样,一起学习吧

楼主跟我的情况一样,一起学习吧
好的,给点建议啊

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!