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

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

如何在 ios 4.2 和 4.3 中执行 NSStringAES256EncryptWithKeyAES256DecryptWithKey

@ALL 帮帮我

提前致谢。

【问题讨论】:

    标签: objective-c ios


    【解决方案1】:

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

    【讨论】:

      【解决方案2】:

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

      【讨论】:

      • AES 加密已在 iOS 上使用多年。在 2021 年,您应该使用 CryptoKit(自 iOS 13 起)。
      猜你喜欢
      • 2012-09-28
      • 2015-10-31
      • 2023-03-30
      • 2011-12-10
      • 1970-01-01
      • 2013-04-04
      • 1970-01-01
      • 2010-11-26
      相关资源
      最近更新 更多