iphone - CommonCrypto alternative to PBKDF2 -



iphone - CommonCrypto alternative to PBKDF2 -

since apple has deprecated utilize of openssl in ios need alternative pbkdf2 in 1 of ios security frameworks. tried search commoncrypto no luck.

is there fair alternative pbkdf2 recommanded apple? i.e. key derivation function (password based) in ios (implemented apple)?

p.s. i'm aware of pbkdf2 using commoncrypto on ios , don't want utilize openssl since not recommanded apple, see why apple depricating openssl in macos 10.7 (lion)

pbkdf2 standard algorithm , recommended pbkdf algorithm. not "openssl" , not deprecated (it encouraged). should using cckeyderivationpbkdf() commoncrypto purpose in ios 5+ , os x 10.7+. if want backport version of commoncrypto older platforms, see how compile , utilize commoncrypto ios 4?.

iphone ios security pbkdf2 commoncrypto

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -