没有合适的资源?快使用搜索试试~ 我知道了~
iOS MD5加密(常规、32位大小写、16位大小写等)
共32个文件
png:6个
plist:4个
xcuserstate:3个
需积分: 50 3 下载量 108 浏览量
2018-07-31
14:01:16
上传
评论
收藏 90KB ZIP 举报
温馨提示
MD5各种加密。 番外:对文本+key进行md5 code32加密 再进行base64代码 /** 该方法是对文本+key进行md5 code32加密 再进行base64 @return 加密后的text */ - (NSString *)getSecretKeyWithString:(NSString *)interface{ // NSString *str = @"123456"; //text NSString *key=@"34A361EB5AAE0079B34C0D78D66C9F5D"; //key NSString *strAddKey = [NSString stringWithFormat:@"%@%@",interface,key]; //text+key NSString *MD5UtilCode32 = [self getMd5_32Bit_String:strAddKey]; //进行MD5UtilCode32 //对加密的文本 进行base64 NSData *data = [MD5UtilCode32 dataUsingEncoding:NSUTF8StringEncoding]; NSString *base64String= [data base64EncodedStringWithOptions:NSDataBase64Encoding64CharacterLineLength]; //返回加密后的字符串 return base64String; }
资源推荐
资源详情
资源评论
收起资源包目录
MD5加密.zip (32个子文件)
MD5加密
encryptDemo
main.m 330B
Default.png 6KB
encryptDemo-Info.plist 1KB
AppDelegate.h 358B
AppDelegate.m 2KB
Default-568h@2x.png 18KB
.DS_Store 6KB
Default@2x.png 16KB
ViewController.h 1KB
Images.xcassets
AppIcon.appiconset
Contents.json 585B
.DS_Store 6KB
LaunchImage.launchimage
Default.png 6KB
Contents.json 881B
Default-568h@2x.png 18KB
Default@2x.png 16KB
ViewController.m 6KB
en.lproj
ViewController.xib 15KB
InfoPlist.strings 45B
encryptDemo-Prefix.pch 325B
.DS_Store 6KB
encryptDemo.xcodeproj
project.xcworkspace
contents.xcworkspacedata 156B
xcuserdata
ericwang.xcuserdatad
UserInterfaceState.xcuserstate 11KB
msd.xcuserdatad
UserInterfaceState.xcuserstate 26KB
mamihlapinatapai.xcuserdatad
UserInterfaceState.xcuserstate 20KB
project.pbxproj 14KB
xcuserdata
ericwang.xcuserdatad
xcschemes
xcschememanagement.plist 483B
encryptDemo.xcscheme 3KB
msd.xcuserdatad
xcschemes
xcschememanagement.plist 483B
encryptDemo.xcscheme 3KB
mamihlapinatapai.xcuserdatad
xcschemes
xcschememanagement.plist 483B
encryptDemo.xcscheme 3KB
xcdebugger
Breakpoints.xcbkptlist 353B
共 32 条
- 1
资源评论
沐梓弦乐
- 粉丝: 57
- 资源: 11
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功