ios7 - SQLCipher, encrypted-core-data and iOS - are two .sqlite-files normal? -


i'm using sqlcipher encrypt database there's sensitive information. seems work, i'm irritated because i've got 2 .sqlite-files right now:

~/library/application support/mydata.sqlite ~/library/application support/myapp/mydata.sqlite ~/library/application support/myapp/mydata.sqlite-shm ~/library/application support/myapp/mydata.sqlite-wal 

the first 1 encrypted, second isn't - doesn't contain information. seems work there's no way information, wanted ensure correct.

you'll need turn off write ahead logging feature of sqlite. in core data, need set pragma option on store. can see how set flag related stackoverflow question


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -