简体   繁体   English

Windows Phone存储是否可以通过外部访问来确保安全?

[英]Are windows phone storage secure from external access?

I am building an application for Windows phone 8 which have some Assets currently stored in the installation directory of the app. 我正在为Windows Phone 8构建一个应用程序,该应用程序当前在应用程序的安装目录中存储了一些资产。 Since those need to be inaccessible from evil users, I'd like to know if: 由于这些内容需要邪恶用户无法访问,因此我想知道是否:

  1. there is a storage folder which is secure and can't be accessed using tool like isolation storage tool 有一个安全的存储文件夹,无法使用隔离存储工具之类的工具进行访问
  2. if no, what could be a good way to make the asset secure? 如果没有,那么确保资产安全的好方法是什么? should i encrypt them? 我应该加密它们吗? there are other ways? 还有其他方法吗?

Hope I made my question clear 希望我把问题弄清楚

During development your data can be accessed by other developers via Isolated Storage Tool (you can use fake data during development). 在开发过程中,其他开发人员可以通过隔离存储工具访问您的数据(您可以在开发过程中使用假数据)。 But after application is installed from Marketplace it is not simple to access to an isolated storage of your application. 但是从Marketplace安装应用程序后,访问应用程序的隔离存储并不简单。 In common case an application isolated storage is completely inaccessible for users. 在通常情况下,用户完全无法访问应用程序隔离的存储。 But of course it doesn't mean that your data is completely secured and encryption is a good point to protect your data. 但是,当然这并不意味着您的数据是完全安全的,加密是保护数据的好方法。 Follow by this link to get more info concerning data encryption in WP8 http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh487164(v=vs.105).aspx 通过此链接获得有关WP8中数据加密的更多信息http://msdn.microsoft.com/zh-cn/library/windowsphone/develop/hh487164(v=vs.105).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 访问不在Windows Phone 7上的隔离存储中的文件的文件名 - Access filenames of files that are not in Isolated Storage on Windows Phone 7 从Windows Phone 8上的安全网站检索数据 - Retrieving data from secure website on Windows Phone 8 Windows Phone上的外部sql数据库访问。 - External sql database access on windows phone. Windows Phone 8.0-访问​​电话的本地存储 - Windows Phone 8.0 - Access phone's local storage Windows Phone 8.1运行时返回错误的外部存储路径 - Windows Phone 8.1 Runtime returning wrong external storage path 代码如何获取Windows Phone 8.1的内部/外部存储 - code how to get Internal/External storage of windows phone 8.1 从Windows Phone 8中的内部存储读取? - Read from internal storage in Windows Phone 8? 如何从HTML或Javascript访问Windows Phone和PhoneGap应用程序的隔离存储文件 - How to access isolated storage file from HTML or Javascript for Windows Phone and PhoneGap Application 从 Windows 桌面应用程序访问 Android 手机文件夹上的外部卡 DCIM - Access external card DCIM on Android phone folder from a Windows Desktop application 使用手机存储中的歌曲实现播放列表[windows phone] - Implementing playlists with songs from phone storage [windows phone]
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM