I have the OpenSSL library working fine on my iPhone, and can create hashes etc... I was just wondering how I'd create a salted password within the app so it matches the output of this:
openssl passwd -crypt -salt xxxxxxxxxxxx password
I'm looking for a 'passwd' function within the library but can't seem to find one...
Thanks!