Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calendar Pin
#realJSOP28-Oct-08 2:42
mve#realJSOP28-Oct-08 2:42 
GeneralRe: Calendar Pin
Michael Bookatz28-Oct-08 2:45
Michael Bookatz28-Oct-08 2:45 
GeneralRe: Calendar Pin
#realJSOP28-Oct-08 2:49
mve#realJSOP28-Oct-08 2:49 
GeneralRe: Calendar Pin
Michael Bookatz28-Oct-08 3:59
Michael Bookatz28-Oct-08 3:59 
GeneralRe: Calendar Pin
#realJSOP28-Oct-08 4:05
mve#realJSOP28-Oct-08 4:05 
QuestionButton.Visible in Base Form Pin
Russell Jones28-Oct-08 1:24
Russell Jones28-Oct-08 1:24 
AnswerRe: Button.Visible in Base Form Pin
Russell Jones28-Oct-08 2:01
Russell Jones28-Oct-08 2:01 
QuestionUsernameToken and custom database Pin
Giorgi Dalakishvili28-Oct-08 0:57
mentorGiorgi Dalakishvili28-Oct-08 0:57 
Hello,

I am using WSE 3.0 to secure webservice with username and password. Username and password are stored in sql database. In order to use the database I derived a class from UsernameTokenManager to override AuthenticateToken method. However, the problem is that password in the database stores md5 hashes of the password. It means that the client should either:

1. send md5 hash of the password using PasswordOption.SendPlainText option

or

2. send plain text password using PasswordOption.SendHashed option but in this case the database should store password in plain text.

Is there any other option that I am missing? I would like to store passwords in database hashed so I guess the only possibility I have is option 1.

Thank you.

Giorgi Dalakishvili

#region signature
My Articles / My Latest Article[^] / My blog[^]
#endregion

QuestionProblem is "auto reply emails" [modified] Pin
razikang28-Oct-08 0:49
razikang28-Oct-08 0:49 
AnswerRe: Problem is "auto reply emails" Pin
Michael Bookatz28-Oct-08 1:08
Michael Bookatz28-Oct-08 1:08 
JokeRe: Problem is "auto reply emails" Pin
Harvey Saayman28-Oct-08 2:28
Harvey Saayman28-Oct-08 2:28 
AnswerRe: Problem is "auto reply emails" [modified] Pin
Furty28-Oct-08 2:56
Furty28-Oct-08 2:56 
QuestionTDD Pin
mark_w_28-Oct-08 0:27
mark_w_28-Oct-08 0:27 
AnswerRe: TDD Pin
Pete O'Hanlon28-Oct-08 0:37
mvePete O'Hanlon28-Oct-08 0:37 
GeneralRe: TDD Pin
mark_w_28-Oct-08 0:49
mark_w_28-Oct-08 0:49 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 0:58
mvePete O'Hanlon28-Oct-08 0:58 
GeneralRe: TDD Pin
Colin Angus Mackay28-Oct-08 1:17
Colin Angus Mackay28-Oct-08 1:17 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 1:34
mvePete O'Hanlon28-Oct-08 1:34 
GeneralRe: TDD Pin
Colin Angus Mackay28-Oct-08 1:35
Colin Angus Mackay28-Oct-08 1:35 
GeneralRe: TDD Pin
mark_w_28-Oct-08 1:18
mark_w_28-Oct-08 1:18 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 1:50
mvePete O'Hanlon28-Oct-08 1:50 
GeneralRe: TDD Pin
mark_w_28-Oct-08 1:54
mark_w_28-Oct-08 1:54 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 2:28
mvePete O'Hanlon28-Oct-08 2:28 
GeneralRe: TDD Pin
Vikram A Punathambekar28-Oct-08 2:56
Vikram A Punathambekar28-Oct-08 2:56 
GeneralRe: TDD Pin
Pete O'Hanlon28-Oct-08 3:21
mvePete O'Hanlon28-Oct-08 3:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.