An open API service indexing awesome lists of open source software.

https://github.com/tim9liu9/ios_aes

iOS的AES的md5后的base64解密
https://github.com/tim9liu9/ios_aes

Last synced: about 1 month ago
JSON representation

iOS的AES的md5后的base64解密

Awesome Lists containing this project

README

          

# iOS_AES
iOS的AES的md5后的base64加解密

对服务器用java加密的AES加密进行iOS的解密,java的加解密请参考:[https://github.com/Tim9Liu9/java_AES](https://github.com/Tim9Liu9/java_AES)

iOS的解密用的是:[http://www.cocoachina.com/bbs/read.php?tid=273195](http://www.cocoachina.com/bbs/read.php?tid=273195) 里面的代码修改而成(下载当前目录下的:AESDemo原始.zip),解密已经ok,加密还是有问题没有跟java统一起来。