關鍵是使用SQLCipher,→GitHub地址git
1、添加SQLCipher到項目中github
使用CocoaPod:數據庫
pod 'EncryptedCoreData', :git => 'https://github.com/project-imas/encrypted-core-data.git'
2、在 AppDelegate.m 添加 測試
#import "EncryptedStore.h"
3、替換coordinator
加密
NSPersistentStoreCoordinator *coordinator = [EncryptedStore makeStore:[self managedObjectModel] passcode:@"你的密碼"];
具體還有幾個用法,在GitHub主頁能夠看到.spa
Mac如何查看使用SQLCipher加密數據庫文件:
.net
仍是在GitHub,SqliteDatabaseViewer
code