Click here to Skip to main content
15,923,083 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Security Pin
Ramasubramaniam8-Nov-06 10:49
Ramasubramaniam8-Nov-06 10:49 
GeneralRe: Security Pin
Jim Franz8-Nov-06 12:30
Jim Franz8-Nov-06 12:30 
Try using MD5 as the encryption on the client side. You can change the password using the javascript code at http://pajhome.org.uk/crypt/md5/">http://pajhome.org.uk/crypt/md5.

The tricky part is to use a unique "salt" value that is created when the page is created and used as part of the submit process. The stored password is encrypted with the same salt value on the server side and the value is compared with the calculated value from the client. I have used a date stamp like yymmddHHmmssfff or something like that to calc the salt value.

Hope this helps.

QuestionHow to install ASP.net application with MODI component Pin
easternsoldier8-Nov-06 5:45
easternsoldier8-Nov-06 5:45 
AnswerRe: How to install ASP.net application with MODI component Pin
ednrgc8-Nov-06 7:59
ednrgc8-Nov-06 7:59 
QuestionCan Asp.Net Page send audio stream content to Client from Page.Response? Pin
hectorpc20068-Nov-06 4:48
hectorpc20068-Nov-06 4:48 
QuestionWhy Session_End event doesn’t fire ? Pin
hectorpc20068-Nov-06 4:42
hectorpc20068-Nov-06 4:42 
AnswerRe: Why Session_End event doesn’t fire ? Pin
indianet8-Nov-06 10:50
indianet8-Nov-06 10:50 
AnswerRe: Why Session_End event doesn’t fire ? Pin
Mircea Grelus8-Nov-06 11:11
Mircea Grelus8-Nov-06 11:11 
GeneralRe: Why Session_End event doesn’t fire ? Pin
Guffa8-Nov-06 12:36
Guffa8-Nov-06 12:36 
AnswerRe: Why Session_End event doesn’t fire ? Pin
ednrgc9-Nov-06 3:12
ednrgc9-Nov-06 3:12 
Questionhow to set cookies Pin
Sandeep Akhare8-Nov-06 4:33
Sandeep Akhare8-Nov-06 4:33 
QuestionHow to resolve "The security ID structure is invalid " Pin
Raghu Alluri8-Nov-06 4:12
Raghu Alluri8-Nov-06 4:12 
QuestionSorting GridView according an IP column Pin
3nbar, A7mad A8-Nov-06 3:49
3nbar, A7mad A8-Nov-06 3:49 
AnswerRe: Sorting GridView according an IP column Pin
indianet8-Nov-06 10:58
indianet8-Nov-06 10:58 
GeneralRe: Sorting GridView according an IP column Pin
3nbar, A7mad A8-Nov-06 21:30
3nbar, A7mad A8-Nov-06 21:30 
QuestionProblem implementing Http Handler Pin
King Shez8-Nov-06 3:48
King Shez8-Nov-06 3:48 
QuestionProblem implementing Http Handler Pin
King Shez8-Nov-06 3:48
King Shez8-Nov-06 3:48 
AnswerRe: Problem implementing Http Handler Pin
indianet8-Nov-06 10:47
indianet8-Nov-06 10:47 
GeneralRe: Problem implementing Http Handler Pin
King Shez8-Nov-06 22:27
King Shez8-Nov-06 22:27 
QuestionHow to debit a Credit Card? Pin
matthias s.8-Nov-06 2:55
matthias s.8-Nov-06 2:55 
AnswerRe: How to debit a Credit Card? Pin
darkelv8-Nov-06 3:35
darkelv8-Nov-06 3:35 
QuestionMasked Edit Control in ASP.Net Pin
aaraaayen8-Nov-06 2:38
aaraaayen8-Nov-06 2:38 
AnswerRe: Masked Edit Control in ASP.Net Pin
ednrgc8-Nov-06 3:02
ednrgc8-Nov-06 3:02 
QuestionFont/Color DIalog box for ASP .NET 1.1 Pin
DGtech8-Nov-06 2:29
DGtech8-Nov-06 2:29 
QuestionPrint Queue problem Pin
kRites8-Nov-06 1:07
kRites8-Nov-06 1:07 

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.