Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个帮助用户浏览和购买书籍的应用程序。客户端可以是安卓、iOS、Mac。服务器是 Asp.net Web API。
我知道有很多付款服务。其中之一是 Authorize.net,我想我会使用它。当用户为一本书付费时,他/她将获得一个从服务器下载数据的唯一链接。我想阻止其他拥有该链接的用户(通过一些黑客攻击)下载数据。还没有,我想保证用户支付信息的安全。
我没有安全方面的经验。所以,请给一些建议来实现这一点。谢谢。