Re: UsernameTokenManager and a hashed password database
From: Dilip Krishnan (dkrishnan_at_NOSPAM.geniant.com)
Date: 12/30/04
- Next message: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Next in thread: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Maybe reply: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Reply: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Maybe reply: William Stacey [MVP]: "Re: UsernameTokenManager and a hashed password database"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Dec 2004 12:55:25 -0800
Hello SA,
Since yr datbase has hashed passwords, You're UsernameTokenManager
should be able to reconstruct the cleartext pwd based on the 'shared secret'
between token manager and the databaes hashing mechanism i.e. the SHA-1 and
salt value. This way the client just sends teh pwd in using the SendHashed
option
Check these resources for detailed discussions
http://dotnetjunkies.com/WebLog/josephcooney/archive/2004/07/13/19156.aspx
http://pluralsight.com/blogs/aaron/archive/2004/07/03/1529.aspx
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Hi all,
>
> Forgive me if this question has been asked before ;o)
>
> Does anyone know of a way to get a custom UsernameTokenManager
> (receiving hashed passwords) to work if the password database itself
> is hashed?
>
> My password database is hashed with SHA-1 and the passwords are
> combined with a salt value before hashing.
>
> Otherwise, I am going to have to encrypt the passwords, but that's
> obviously not as secure...
>
> ---
>
> Sven.
>
- Next message: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Next in thread: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Maybe reply: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Reply: Softwaremaker: "Re: UsernameTokenManager and a hashed password database"
- Maybe reply: William Stacey [MVP]: "Re: UsernameTokenManager and a hashed password database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|