文件名称:ZYBXOREncryptDemo:OC 数据异或加密解密工具
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-08 03:07:03
Objective-C
ZYBXOREncryptDemo OC 数据异或加密解密工具 ZYBXOREncryptUtil.h @interface ZYBXOREncryptUtil : NSObject +(ZYBXOREncryptUtil * )shareInstance; //加密 -(NSString *)xor_encrypWithString:(NSString *)str; //解密 -(NSString *)xor_decryptWithString:(NSString *)str; @end @interface NSData(XOREncrypt) /** 加密 */ (NSString *)xor_encrypt; /** 解密 */ (NSString *)xor_decrypt; @end ZYBXOREncryptUtil.m @implementation ZYBXOREn
【文件预览】:
ZYBXOREncryptDemo-master
----ZYBXOREncrypDemoUITests()
--------ZYBXOREncrypDemoUITests.m(1KB)
--------Info.plist(701B)
----.DS_Store(6KB)
----README.md(2KB)
----ZYBXOREncrypDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----ZYBXOREncrypDemo()
--------main.m(284B)
--------ViewController.m(1KB)
--------AppDelegate.h(227B)
--------ZYBXOREncryptUtil.h(579B)
--------.DS_Store(6KB)
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ZYBXOREncryptUtil.m(2KB)
--------ViewController.h(410B)
--------Base.lproj()
--------Assets.xcassets()
----ZYBXOREncrypDemoTests()
--------ZYBXOREncrypDemoTests.m(876B)
--------Info.plist(701B)