I have an app that posts login data and checks to see if the password matches one in my database. The passwords in my databse are stored using the hash, whirlpool function. How can I use hash, whirpool a password in ios obj-c? Thanks.
Asked
Active
Viewed 215 times
1 Answers
3
A reference implementation in C is available from the authors.

justin
- 104,054
- 14
- 179
- 226
-
2Usually a link-only answer is frowned on, but in this case, it's perfect. Well done. :) – rob mayoff Nov 05 '12 at 08:09
-
1I'll look at it when I get home. Thanks. – 1789040 Nov 05 '12 at 16:28