- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
由于 Apple 已弃用在 iOS 中使用 openSSL,因此我需要在其中一个 iOS 安全框架中替代 PBKDF2。我试图搜索 CommonCrypto,但没有成功。
是否有苹果推荐的 PBKDF2 的公平替代品?
即iOS中的 key 派生功能(基于密码)(由Apple实现)?
附言我知道 PBKDF2 using CommonCrypto on iOS ,我不想使用 openSSL,因为 Apple 不推荐它,请参阅 Why is Apple Deprecating OpenSSL in MacOS 10.7 (Lion)?
最佳答案
PBKDF2 是标准算法,是推荐的 PBKDF 算法。它不是“OpenSSL”,也没有被弃用(鼓励)。您应该使用 CCKeyDerivationPBKDF()
在 iOS 5+ 和 OS X 10.7+ 中来自 CommonCrypto。如果您想将此版本的 CommonCrypto 向后移植到旧平台,请参阅 How to compile and use CommonCrypto for iOS 4? .
关于iphone - PBKDF2 的 CommonCrypto 替代品,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9110282/
我在 C# 中有以下代码 PasswordDeriveBytes DerivedPassword = new PasswordDeriveBytes(Password, SaltValueBytes,
是否有任何 python PBKDF (pkcs12) 实现?请注意,我不是在寻找 PBKDF1 或 PBKDF2 (pkcs5) 实现,而是在寻找 pkcs12 实现。正如本 question 中所
我是一名优秀的程序员,十分优秀!