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
You can just simply borrow C implementation from OpenSSL or any other library.