标签: ios encryption aes
有没有人知道iOS库允许我们使用AES128 CFB模式加密而不填充。看起来commoncrypto不支持这个。
谢谢
答案 0 :(得分:1)
如果可能的话,我建议将OpenSSL推送到您的项目中。快速搜索"ios openssl"会返回Easy inclusion of OpenSSL into iOS projects的第一个匹配。另请参阅AES interoperability between .Net and iPhone?
请注意,如果没有填充,则需要提供正确大小的密码块。