简体   繁体   中英

What's the best way to store sensitive data for iOS/Android apps?

I have some data to be stored with my iOS/Android app.

The data exists as files.

Are these files visible to users?

They can just browse the file directory & copy my files to their local drives?

If I have sensitive data to be stored with my app, what would you advise? Store the data with encryption?

For iOS you should store sensitive data in keychain. Apple docs provide a detailed description regarding keychain storage. You can check the below link.

https://developer.apple.com/library/ios/documentation/Security/Conceptual/keychainServConcepts/iPhoneTasks/iPhoneTasks.html

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