文件名称:GenericKeychain
介绍说明--下载内容均来自于网络,请自行研究使用
iOS的keychain服务提供了一种安全的保存私密信息(密码,序列号,证书等)的方式,每个ios程序都有一个独立的keychain存储。相对于NSUserDefaults、文件保存等一般方式,keychain保存更为安全,而且keychain里保存的信息不会因App被删除而丢失,所以在重装App后,keychain里的数据还能使用。“KeychainItemWrapper.h”和“KeychainItemWrapper.m”拷贝到我们项目-iOS s keychain service provides a secure private information stored (passwords, serial numbers, certificates, etc.) of the way, each program has a separate ios keychain storage. Relative to NSUserDefaults, save the file and other general way, keychain save more secure, and the information stored in the keychain App is deleted and will not be lost, so after the reload App, keychain in the data can also be used. "KeychainItemWrapper.h" and "KeychainItemWrapper.m" copy to our project
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GenericKeychain
...............\Classes
...............\.......\AppDelegate.h
...............\.......\AppDelegate.m
...............\.......\DetailViewController.h
...............\.......\DetailViewController.m
...............\.......\EditorController.h
...............\.......\EditorController.m
...............\.......\KeychainItemWrapper.h
...............\.......\KeychainItemWrapper.m
...............\Default.png
...............\Default2.png
...............\en.lproj
...............\........\Localizable.strings
...............\........\MainWindow.xib
...............\........\MainWindow2.xib
...............\GenericKeychain.xcodeproj
...............\.........................\project.pbxproj
...............\GenericKeychain_Prefix.pch
...............\images
...............\......\Icon-72.png
...............\......\Icon-Small-50.png
...............\......\Icon-Small.png
...............\......\Icon-Small@2x.png
...............\......\Icon.png
...............\......\Icon@2x.png
...............\......\iTunesArtwork
...............\Info.plist
...............\Info2.plist
...............\KeychainAccessGroups.plist
...............\KeychainAccessGroups2.plist
...............\main.m
...............\ReadMe.txt