91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

iOS demo支持國密SM2,SM3, SM4,ZUC(EEA3 EIA3)。代碼是基于OpenSSL的。支持armv7,arm64,armv7s,i386,x86_64架構。網上代碼參差不齊,自己研究了好久,分享給大家。

資源截圖

代碼片段和文件信息

//
//??AppDelegate.m
//??TestEncryptionAndDecryption
//
//??Created?by?zhangyazhou?on?2019/1/16.
//??Copyright???2019?FuFeiTong.?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?disable?timers?and?invalidate?graphics?rendering?callbacks.?Games?should?use?this?method?to?pause?the?game.
}


-?(void)applicationDidEnterBackground:(UIApplication?*)application?{
????//?Use?this?method?to?release?shared?resources?save?user?data?invalidate?timers?and?store?enough?application?state?information?to?restore?your?application?to?its?current?state?in?case?it?is?terminated?later.
????//?If?your?application?supports?background?execution?this?method?is?called?instead?of?applicationWillTerminate:?when?the?user?quits.
}


-?(void)applicationWillEnterForeground:(UIApplication?*)application?{
????//?Called?as?part?of?the?transition?from?the?background?to?the?active?state;?here?you?can?undo?many?of?the?changes?made?on?entering?the?background.
}


-?(void)applicationDidBecomeActive:(UIApplication?*)application?{
????//?Restart?any?tasks?that?were?paused?(or?not?yet?started)?while?the?application?was?inactive.?If?the?application?was?previously?in?the?background?optionally?refresh?the?user?interface.
}


-?(void)applicationWillTerminate:(UIApplication?*)application?{
????//?Called?when?the?application?is?about?to?terminate.?Save?data?if?appropriate.?See?also?applicationDidEnterBackground:.
}


@end

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-01-16?14:47??TestEncryptionAndDecryption\
?????目錄???????????0??2019-01-16?15:09??TestEncryptionAndDecryption\TestEncryptionAndDecryption\
?????文件?????????298??2019-01-16?14:47??TestEncryptionAndDecryption\TestEncryptionAndDecryption\AppDelegate.h
?????目錄???????????0??2019-01-16?15:19??__MACOSX\
?????目錄???????????0??2019-01-16?15:19??__MACOSX\TestEncryptionAndDecryption\
?????目錄???????????0??2019-01-16?15:19??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\
?????文件?????????171??2019-01-16?14:47??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\._AppDelegate.h
?????文件????????6148??2019-01-16?14:58??TestEncryptionAndDecryption\TestEncryptionAndDecryption\.DS_Store
?????文件?????????120??2019-01-16?14:58??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\._.DS_Store
?????目錄???????????0??2019-01-16?14:47??TestEncryptionAndDecryption\TestEncryptionAndDecryption\Assets.xcassets\
?????目錄???????????0??2019-01-16?14:47??TestEncryptionAndDecryption\TestEncryptionAndDecryption\Assets.xcassets\AppIcon.appiconset\
?????文件????????1590??2019-01-16?14:47??TestEncryptionAndDecryption\TestEncryptionAndDecryption\Assets.xcassets\AppIcon.appiconset\Contents.json
?????文件??????????62??2019-01-16?14:47??TestEncryptionAndDecryption\TestEncryptionAndDecryption\Assets.xcassets\Contents.json
?????目錄???????????0??2019-01-16?15:19??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\Assets.xcassets\
?????文件?????????171??2019-01-16?14:47??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\Assets.xcassets\._Contents.json
?????文件????????2761??2019-01-16?15:09??TestEncryptionAndDecryption\TestEncryptionAndDecryption\ViewController.m
?????文件?????????176??2019-01-16?15:09??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\._ViewController.m
?????目錄???????????0??2019-01-16?15:18??TestEncryptionAndDecryption\TestEncryptionAndDecryption\base.lproj\
?????文件????????1881??2019-01-16?14:50??TestEncryptionAndDecryption\TestEncryptionAndDecryption\base.lproj\LaunchScreen.storyboard
?????目錄???????????0??2019-01-16?15:19??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\base.lproj\
?????文件?????????176??2019-01-16?14:50??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\base.lproj\._LaunchScreen.storyboard
?????文件????????3598??2019-01-16?15:18??TestEncryptionAndDecryption\TestEncryptionAndDecryption\base.lproj\Main.storyboard
?????文件?????????176??2019-01-16?15:18??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\base.lproj\._Main.storyboard
?????文件?????????355??2019-01-16?14:47??TestEncryptionAndDecryption\TestEncryptionAndDecryption\main.m
?????文件?????????227??2019-01-16?14:47??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\._main.m
?????目錄???????????0??2019-01-16?15:00??TestEncryptionAndDecryption\TestEncryptionAndDecryption\lib\
?????文件????17504752??2019-01-16?14:57??TestEncryptionAndDecryption\TestEncryptionAndDecryption\lib\libEncryptionAndDecryption.a
?????目錄???????????0??2019-01-16?15:19??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\lib\
?????文件?????????176??2019-01-16?14:57??__MACOSX\TestEncryptionAndDecryption\TestEncryptionAndDecryption\lib\._libEncryptionAndDecryption.a
?????目錄???????????0??2019-01-16?14:54??TestEncryptionAndDecryption\TestEncryptionAndDecryption\lib\EncryptionAndDecryption\
?????文件????????6148??2019-01-16?14:28??TestEncryptionAndDecryption\TestEncryptionAndDecryption\lib\EncryptionAndDecryption\.DS_Store
............此處省略35個文件信息

評論

共有 條評論