加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios
Posted
技术标签:
【中文标题】加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios【英文标题】:Encryption NSString AES256EncryptWithKey and AES256DecryptWithKey for ios 【发布时间】:2011-08-23 12:48:22 【问题描述】:任何框架或第三方都支持AES256EncryptWithKey
和AES256DecryptWithKey
for NSString
。
如何在 ios 4.2 和 4.3 中执行 NSString
的 AES256EncryptWithKey
和 AES256DecryptWithKey
@ALL 帮帮我
提前致谢。
【问题讨论】:
【参考方案1】:您可以为此目的使用SSCrypto。 它是 OpenSSL 框架的包装器。它非常简单。 希望对您有所帮助。
【讨论】:
【参考方案2】:截至目前,在 2021 年,我使用了这个:https://github.com/RNCryptor/RNCryptor
【讨论】:
AES 加密已在 iOS 上使用多年。在 2021 年,您应该使用 CryptoKit(自 iOS 13 起)。以上是关于加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios的主要内容,如果未能解决你的问题,请参考以下文章
如何在iOS Swift 3中加密AES 256 CBC,如laravel encrypt()方法
加密 NSString AES256EncryptWithKey 和 AES256DecryptWithKey for ios