Android 平台是否有关注安全性的编码指南?
Android 平台有没有什么好的、注重安全性的编码指南?
谢谢
Are there any good coding guidelines for the Android platform that focus on security?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能想要看看框架本身的安全设计。还,
作为移动应用程序安全指南的更一般来源,您可能需要查看这本书“移动应用程序安全”。
You'll probably want to take a look at the security design of the framework itself. Also,
as a more general source of security guidelines for mobile applications, you may want to look at the book "Mobile Application Security".
另请参阅Android API/开发安全陷阱,其中讨论了一些需要注意的陷阱(尽管答案更集中)设计错误而不是编码指南)。
See also Android API/development security pitfalls, which discusses some pitfalls to watch out for (although the answers are more focused on design errors rather than coding guidelines).
您可能想查看的另一本书: Android 安全:攻击与防御
另外,这些编码指南最近由 CERT:
Another book you may want to check out: Android Security: Attacks and Defenses
Also, these coding guidelines were published recently by CERT: