DRM技术在WP7中的使用
我们如何使用DRM技术来保护Windows Phone 7中的内容(如音频、图像......),请分享是否有任何源代码。
how can we use DRM technology to protect the content(like Audio,images....) in windows Phone 7,please share if there is any source code for that..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Windows Phone 7 支持 Silverlight 3 PlayReady DRM 的一个版本。请参阅 http://msdn.microsoft.com/en -us/library/ee923781(v=vs.95).aspx
Windows Phone 7 supports a version of the Silverlight 3 PlayReady DRM. See http://msdn.microsoft.com/en-us/library/ee923781(v=vs.95).aspx
所有上传到市场的 XAP 均使用 Microsoft 的 DRM 进行加密。
All XAPs uploaded to the marketplace, is encrypted with Microsoft's DRM.
它不仅仅是音频和图像,您的代码也需要受到保护,因为 Xap 可以被下载和反编译。在将 Xap 上传到市场之前,您应该对其进行混淆。此工具免费提供给 WP7 开发人员:
http://www.preemptive.com/windowsphone7.html
完成后,将 XAP 重命名为 .zip 并使用反编译器检查其效果。
http://www.telerik.com/products/decompiler.aspx
阅读此主题一些问题及解决方案
http://forums.create.msdn.com/forums/p/93104 /557911.aspx
Its not just audio and images, your code also needs to be protected as Xaps can be downloaded and decompiled. You should obsficate your Xaps before uploading them to the marketplace. This tool is provided free to WP7 developers:
http://www.preemptive.com/windowsphone7.html
After your done rename your XAP to .zip and use a decompiler to checkout how effective it is.
http://www.telerik.com/products/decompiler.aspx
Read this thread on some of the problems and solutions
http://forums.create.msdn.com/forums/p/93104/557911.aspx