How to hash a password and store for later verification with another digest

Posted by oxygen8 on Stack Overflow See other posts from Stack Overflow or by oxygen8
Published on 2010-06-03T11:33:23Z Indexed on 2010/06/03 12:04 UTC
Read the original article Hit count: 196

Filed under:
|
|
|

I am using gsoap's wsseapi plugin and would like to store hashed sha1 passwords rather than plain text. I have spent a rediculous amount of time experimenting with various methods of hashing the plain text password for storage.

Can anyone suggest a way to hash a password so it can be later verified against a username token digest sent by the client.

I can't seem to get the client password to authenticate against my stored hash

© Stack Overflow or respective owner

Related posts about c++

Related posts about c