简体   繁体   中英

Worklight: How to verify if JSONStore is storing the data securely

We are developing a hybrid mobile app using worklight 6.0 for Android, iOS and Windows8 platforms. We wanted to securely store the user password on the device for offline use. To accomplish that, we are using JSONStore object. Worklight document says - JSONStore is not supported on windows platform. But I can initialize, add and retrieve data from JSONStore on windows8 machine. How I can verify, if the data is getting stored securely on the device using JSONStore ?

Per the user documentation , JSONStore is not supported in Windows 8.

What you may be experiencing is its dev support while previewing the applicaton in Windows 8.
This is very much not the same as supporting it.

From the user documentation:

Note: 1. Dev Only means designed only for development, with no security features and a ~5 MB storage space limit.

So, JSONStore does not support Windows 8.
Thus, this question is invalid...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM