加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios

Posted

技术标签:

【中文标题】加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios【英文标题】:Encryption NSString AES256EncryptWithKey and AES256DecryptWithKey for ios 【发布时间】:2011-08-23 12:48:22 【问题描述】:

任何框架或第三方都支持AES256EncryptWithKeyAES256DecryptWithKey for NSString

如何在 ios 4.2 和 4.3 中执行 NSStringAES256EncryptWithKeyAES256DecryptWithKey

@ALL 帮帮我

提前致谢。

【问题讨论】:

【参考方案1】:

您可以为此目的使用SSCrypto。 它是 OpenSSL 框架的包装器。它非常简单。 希望对您有所帮助。

【讨论】:

【参考方案2】:

截至目前,在 2021 年,我使用了这个:https://github.com/RNCryptor/RNCryptor

【讨论】:

AES 加密已在 iOS 上使用多年。在 2021 年,您应该使用 CryptoKit(自 iOS 13 起)。

以上是关于加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios的主要内容,如果未能解决你的问题,请参考以下文章

iOS 中的 AES256 NSString 加密

如何在iOS Swift 3中加密AES 256 CBC,如laravel encrypt()方法

加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios

php openssl aes-256-cbc key长度自动匹配了128的长度,为啥

C++ 和 Qt 5 中的 AES 256 加密

符合Good Node JS AES标准的Encrypt Decrypt模块