网络知识 娱乐 ios加密算法AES

ios加密算法AES

1、加密相关:加密算法概述 https://mp.weixin.qq.com/s/aorP5T5rDFiljIMeLXCBvg

2、ECB和CBC:

ECB和CBC区别:https://blog.csdn.net/hqmln/article/details/84715503

ECB和CBC模式解读:https://www.cnblogs.com/wangle1001986/p/11468419.html

3、AES相关:

1》AES加密过程详解https://blog.csdn.net/qq_38289815/article/details/80900813

2》AES加密算法详解:https://blog.csdn.net/leekay123/article/details/113863174?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_rank_ecpm_v1~rank_v31_ecpm-13-113863174.pc_agg_new_rank&utm_term=aes%E5%8A%A0%E5%AF%86%E8%AE%BE%E7%BD%AE%E6%95%B0%E6%8D%AE%E5%9D%97%E5%A4%A7%E5%B0%8F&spm=1000.2123.3001.4430

3》AES加密算法详细介绍与实现:https://blog.csdn.net/qq_28205153/article/details/55798628

4》iOS加密之AES:https://www.jianshu.com/p/a455957889ff

4、获取随机加密秘钥:

1》https://www.codenong.com/23531515/

2SecRandom.hhttps://opensource.apple.com/source/Security/Security-57740.51.3/base/SecRandom.h.auto.html

3》在iOS中使用SecRandomCopyBytes()随机256位密钥

https://www.it1352.com/559067.html

4》【***】randomness.sh https://gist.github.com/nicerobot/1536232

5、iOS加密:

CCCrypt函数参数解析——iOS加解密必知:https://blog.csdn.net/q187543/article/details/89212553

6、加密项目【***】:

1》https://github.com/linlinyin1991/ELKitSDK

2》https://git.xiaojukeji.com/yangyanghuan/encrypt

3》https://github.com/shaojiankui/AES-Java-iOS-Android/blob/master/iOS-AES-Test/iOS-AES-Test/ViewController.m   暂没用到

7、加密靠谱的测试网站:

128/192/256都能对上的网站

https://the-x.cn/zh-cn/cryptography/Aes.aspx

https://www.mklab.cn/utils/aes     推荐 用java加密 Class Cipher

https://github.com/linlinyin1991/ELKitSDK结果能对上