[AC-4536] Ti.App.Properties secure storage
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2016-10-07T12:09:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Ibrahim MESLEM |
Assignee | Shak Hossain |
Created | 2016-10-07T10:45:21.000+0000 |
Updated | 2016-10-07T12:26:34.000+0000 |
Description
Hello ,
im a going to use the Ti.App.Properties to store very confidential informations so does the Ti.App.Properties store the data on the (keychain/java keystore)?
BR
No, Ti.App.Properties is not meant to store secure data. It uses the
NSUserDefaults
on iOS andandroid.content.SharedPreferences
on Android. If you want to store secure data, use either the appcelerator.encrypteddatabase (Pro / Enterprise) or the [ti.keychain](https://github.com/pegli/ti_keychain) module.Ah okey , thank you so much for the quick reply