Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top