Hashing Credentials in Objective C

Posted by Alavoil on Stack Overflow See other posts from Stack Overflow or by Alavoil
Published on 2010-06-16T16:42:51Z Indexed on 2010/06/16 16:52 UTC
Read the original article Hit count: 340

I am trying to store a username and password to hash against for future offline logging in. What is the best way to do this in objective c?

I will need the password to be stored securely.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about hash