• 大小: 77KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: 其他
  • 标签: RSA  iOS  

资源简介

实现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\description
     文件          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-rebase.sample
     文件        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个文件信息

评论

共有 条评论