ios - Is SQLCipher needed anymore? -
now ios 8.3 , above, ios doesn't allow application folder access of app doesn't support itunes file sharing, necessary use sqlcipher or matter sort of encryption data, considering performance impact sqlcipher has. since ios 10 few months away, there high possibility can ditch ios 8 support in our apps.
is sqlcipher needed anymore?
well, suppose question should asked on case-by-case basis. permission changes, directories still visible end user out-of-the box. see ios 8.3 file sharing.
is necessary use sqlcipher or matter sort of encryption data
it depends on you're storing. if storing sensitive information private keys, bank accounts or personal information, continue secure data best possible. use jailbroken device potentially able reach unencrypted database on ios 8.3 , above, or hook database handle code , manually open database retrieve information.
Comments
Post a Comment