R1配置:IOU1(config)#interfaceethernet0/0IOU1(config-if)#ipaddress1.1.1.1255.255.255.0IOU1(config-if)#exitIOU1(config)#routereigrp100IOU1(config-router)#network1.1.1.00.0.0.255IOU1(config-router)#exitIOU1(config)#keychainR1chainIOU1(config-keychain)#key1IOU1..
分类:
其他好文 时间:
2015-01-20 06:38:31
阅读次数:
128
iOS的keychain服务提供了一种安全的保存私密信息(密码,序列号,证书等)的方式。每个ios程序都有一个独立的keychain存储。从ios 3.0开始,跨程序分享keychain变得可行。下面就使用keychain来实现存取用户名和密码。苹果已经有现成的类封装好了keychain,Keych...
分类:
移动开发 时间:
2015-01-13 15:52:28
阅读次数:
207
Simple iPhone Keychain AccessMar 29th, 2010 9:14 pmThe keychain is about the only place that an iPhone application can safely store data that will be ...
分类:
数据库 时间:
2015-01-13 15:39:40
阅读次数:
956
iOS 使用Keychain 保存 用户名和密码到 本地之前曾把一些简单的数据保存在了plist,文件,及NsuserDefault里面,但是如果要保存密码之类的,保存在本地就很不安全了;但是利用 Keychain 我们可以很安全的把 用户密码等信息保存在本地1:使用苹果官方封装好的Keychain...
分类:
移动开发 时间:
2015-01-06 15:18:00
阅读次数:
278
苹果开发者计划申请下来了,接下来就是导出证书了,可是按照之前转过的帖子操作,http://www.cnblogs.com/cg-Yun/articles/4158177.html,发现不能导出私钥。本人系统是 目前最新的10.10.1 , xcode 是最新的 6.1.1 。解决办法, 在钥匙串工具...
分类:
其他好文 时间:
2015-01-04 11:54:31
阅读次数:
156
目录结构如下:AppDelegate.m 1 // 2 // AppDelegate.m 3 // KeyChain 4 // 5 // Created by apple on 14-12-26. 6 // Copyright (c) 2014年 ll. All rights reserve...
分类:
其他好文 时间:
2014-12-29 13:38:06
阅读次数:
255
https://github.com/open-keychain/open-keychainhttp://www.open-open.com/lib/view/open1410504993351.html
分类:
移动开发 时间:
2014-12-28 16:51:12
阅读次数:
145
终端ssh登录mac用shell打包ipa报错:replacing existing signature报错原因:login.keychain被锁定,ssh登录的没有访问权限解决方法:终端敲入security unlock-keychain ${HOME}/Library/Keychains/log...
分类:
系统相关 时间:
2014-12-23 15:32:13
阅读次数:
924
IOS开发-你不可缺少的资源汇总-知识分享-转如何用Facebook graphic api上传视频:http://developers.facebook.com/blog/post/532/Keychain保存数据封装:https://github.com/carlbrown/PDKeychain...
分类:
移动开发 时间:
2014-12-16 13:01:33
阅读次数:
452
如何用Facebook graphic api上传视频: http://developers.facebook.com/blog/post/532/ Keychain保存数据封装: https://github.com/carlbrown/PDKeychainBindingsCont...
分类:
移动开发 时间:
2014-12-16 11:30:39
阅读次数:
501