2

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.

justin
  • 104,054
  • 14
  • 179
  • 226
1789040
  • 569
  • 2
  • 6
  • 17

1 Answers1

3

A reference implementation in C is available from the authors.

justin
  • 104,054
  • 14
  • 179
  • 226