发布网友 发布时间:2022-04-08 09:38
共3个回答
懂视网 时间:2022-04-08 14:00
使用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
标签:
热心网友 时间:2022-04-08 11:08
貌似不是商用加密算法,应该是自己定义的
热心网友 时间:2022-04-08 12:26
这问题可以去麦子学院问问老师追问谢谢,但是我问不了啊,没有注册,没有账号,貌似还要交钱才能提问吧?