码迷,mamicode.com
首页 > 数据库 > 详细

CoreData加密,使用SQLCipher

时间:2015-09-08 23:47:06      阅读:665      评论:0      收藏:0      [点我收藏+]

标签:

关键是使用SQLCipher,→GitHub地址

一、添加SQLCipher到项目中

使用CocoaPod:

pod ‘EncryptedCoreData‘, :git => ‘https://github.com/project-imas/encrypted-core-data.git‘

二、在 AppDelegate.m  添加 

#import "EncryptedStore.h"

三、替换coordinator

NSPersistentStoreCoordinator *coordinator = [EncryptedStore makeStore:[self managedObjectModel] passcode:@"你的密码"];

具体还有几个用法,在GitHub主页可以看到.


Mac如何查看使用SQLCipher加密数据库文件:

还是在GitHub,SqliteDatabaseViewer

加密测试demo下载


CoreData加密,使用SQLCipher

标签:

原文地址:http://my.oschina.net/jeans/blog/503531

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!