资源简介
实现RSA编码与解码的样例 在XCode6环境下结合网上的资源改写的代码,实现RSA编码解码
代码片段和文件信息
//
// AppDelegate.m
// Rsa
//
// Created by apple on 14/11/17.
// Copyright (c) 2014年 apple. All rights reserved.
//
#import “AppDelegate.h“
@interface AppDelegate ()
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-11-17 15:21 Rsa\
文件 6148 2014-11-17 15:21 Rsa\.DS_Store
目录 0 2014-11-19 17:05 __MACOSX\
目录 0 2014-11-19 17:05 __MACOSX\Rsa\
文件 120 2014-11-17 15:21 __MACOSX\Rsa\._.DS_Store
目录 0 2014-11-18 15:29 Rsa\.git\
目录 0 2014-11-17 14:55 Rsa\.git\branches\
文件 15 2014-11-17 14:55 Rsa\.git\COMMIT_EDITMSG
文件 137 2014-11-17 14:55 Rsa\.git\config
文件 73 2014-11-17 14:55 Rsa\.git\desc
文件 23 2014-11-17 14:55 Rsa\.git\HEAD
目录 0 2014-11-17 14:55 Rsa\.git\hooks\
文件 452 2014-11-17 14:55 Rsa\.git\hooks\applypatch-msg.sample
文件 896 2014-11-17 14:55 Rsa\.git\hooks\commit-msg.sample
文件 189 2014-11-17 14:55 Rsa\.git\hooks\post-update.sample
文件 398 2014-11-17 14:55 Rsa\.git\hooks\pre-applypatch.sample
文件 1642 2014-11-17 14:55 Rsa\.git\hooks\pre-commit.sample
文件 1352 2014-11-17 14:55 Rsa\.git\hooks\pre-push.sample
文件 4951 2014-11-17 14:55 Rsa\.git\hooks\pre-reba
文件 1239 2014-11-17 14:55 Rsa\.git\hooks\prepare-commit-msg.sample
文件 3611 2014-11-17 14:55 Rsa\.git\hooks\update.sample
文件 1744 2014-11-17 15:22 Rsa\.git\index
目录 0 2014-11-17 14:55 Rsa\.git\info\
文件 40 2014-11-17 14:55 Rsa\.git\info\exclude
目录 0 2014-11-19 17:05 __MACOSX\Rsa\.git\
目录 0 2014-11-19 17:05 __MACOSX\Rsa\.git\info\
文件 171 2014-11-17 14:55 __MACOSX\Rsa\.git\info\._exclude
目录 0 2014-11-17 14:55 Rsa\.git\logs\
文件 164 2014-11-17 14:55 Rsa\.git\logs\HEAD
目录 0 2014-11-17 14:55 Rsa\.git\logs\refs\
目录 0 2014-11-17 14:55 Rsa\.git\logs\refs\heads\
............此处省略119个文件信息
- 上一篇:SysUART5.c
- 下一篇:Qt中网络编程
相关资源
- 磐镭rx580 bios(218004.rom)
- ios备忘录
- ios底部滚动菜单
- 显卡rx470/rx470d bios
- 联想H61主板升级BIOS支持22NM最新版本支
- 联想主板IH61M Ver:1.0 bios带windows刷写
- 联想H61最新BIOS.rar
- 联想L-IG41M3 出厂BIOS 完美支持WIN7 64位
- ios 2048 游戏代码
- swift ios 阅读器
- ios采集音视频数据并通过rtmp上传到
- swift 菜单评分
- Location虚拟定位ios12.4驱动
- IOS 本地和推送通知编程指南
- 基于.net的RSA私钥加密 公钥解密的源码
- 联想 L-IG41M bios解决安装WIN7x64位问题
- OC调用swift的DEMO
- 微博app源码 ios
- RSA加密测试,私钥加密,公钥解密
- 前后端RSA非对称加密解密(代码).
- ios GameCenter 接入
- IOSk线绘制蜡烛、线段、OHLC、圆Demo
- 易语言实现RSA,ECC,DES,AES,DSA算法
- IOS Storyboard使用-模拟登录、注册、混
- 560显卡总集BIOS.zip
- IOS视频播放器,单个播放,列表播放
- 非对称加解密——RSA加密、解密以及
- ios高级计算器小程序
- 基于RSA的秘钥加密聊天程序
- Unity3D 游戏引擎之Unity3D回馈IOS高级界
评论
共有 条评论