Since Apple has deprecated the use of openSSL in iOS I need an alternative to PBKDF2 in one of iOS Security frameworks. I tried to search CommonCrypto with no luck.
Is there a fair alternative to PBKDF2 which is recommanded by Apple? i.e. key derivation function (password based) in iOS (implemented by Apple)?
P.S. I'm aware of PBKDF2 using CommonCrypto on iOS , I don't want to use openSSL since it is not recommanded by Apple, see Why is Apple Deprecating OpenSSL in MacOS 10.7 (Lion)?