使用Cocoa / Obj C从钥匙串添加,删除,修改,读取和删除通用密码项的最佳方法是什么?从我所看到的钥匙链,它是一团糟。
答案 0 :(得分:2)
Apple有一个API:https://developer.apple.com/library/mac/#documentation/Security/Reference/keychainservices/Reference/reference.html 这是非常低的水平。
你想要的可能是这样的包装:https://github.com/irons/EMKeychain
所有这一切都假设您使用Objective-C / Cocoa
答案 1 :(得分:1)