Search code examples
iphoneobjective-chmacsha256pbkdf2

PBKDF2-HMAC-SHA256 Objective-C implementation


Can someone point me to an implementation of PBKDF2 using HMAC-SHA256 to generate a key, in Objective-C. This is part of the key generation process that I will later use for AES-CBC-Pad encryption.

Thanks in advance


Solution

  • You can just simply borrow C implementation from OpenSSL or any other library.