【问题标题】:Worklight: How to verify if JSONStore is storing the data securelyWorklight:如何验证 JSONStore 是否安全地存储数据
【发布时间】:2014-05-03 20:07:00
【问题描述】:
我们正在使用适用于 Android、iOS 和 Windows8 平台的 Worklight 6.0 开发混合移动应用程序。我们希望将用户密码安全地存储在设备上以供离线使用。为此,我们使用 JSONStore 对象。 Worklight 文档说 - Windows 平台不支持 JSONStore。但我可以在 windows8 机器上从 JSONStore 初始化、添加和检索数据。我如何验证数据是否使用 JSONStore 安全地存储在设备上?
【问题讨论】:
标签:
windows-8
ibm-mobilefirst
【解决方案1】:
Per the user documentation,Windows 8 不支持 JSONStore。
您在预览 Windows 8 中的应用程序时可能会遇到它的开发支持。
这和支持它很不一样。
来自用户文档:
注意:1. Dev Only 表示仅为开发而设计,没有
安全功能和约 5 MB 的存储空间限制。
因此,JSONStore 不支持 Windows 8。
因此,这个问题是无效的......