1789040
1789040

Reputation: 579

Hash and whirpool in ios?

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.

Upvotes: 2

Views: 217

Answers (1)

justin
justin

Reputation: 104698

A reference implementation in C is available from the authors.

Upvotes: 3

Related Questions