Click here to Skip to main content
15,913,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: here's my work flow scenario, Collin Pin
Vasudevan Deepak Kumar17-Jun-09 1:30
Vasudevan Deepak Kumar17-Jun-09 1:30 
AnswerRe: here's my work flow scenario, Collin Pin
Colin Angus Mackay17-Jun-09 14:23
Colin Angus Mackay17-Jun-09 14:23 
QuestionEdit and Save MS Word from IE Browser to Database Pin
sankraja17-Jun-09 1:14
sankraja17-Jun-09 1:14 
Questionhyperlink is not clickable. [modified] Pin
RajpootRohan17-Jun-09 1:14
professionalRajpootRohan17-Jun-09 1:14 
Questiondropdownlist validation problem when autopostback=true [modified] Pin
ademsandeepreddy17-Jun-09 0:14
ademsandeepreddy17-Jun-09 0:14 
AnswerRe: dropdownlist validation problem when autopostback=true Pin
Baran M17-Jun-09 0:58
Baran M17-Jun-09 0:58 
AnswerRe: dropdownlist validation problem when autopostback=true Pin
pbp_5717-Jun-09 1:42
pbp_5717-Jun-09 1:42 
Questionmd5 decryption Pin
Kissy1617-Jun-09 0:06
Kissy1617-Jun-09 0:06 
Hai,
Am using md5 with salt.Am able to encrypt password,but how to decrypt the password while 'change password' case.
Login page is working good but changepassword is not.
give me idea to how to use md5 or something else for decryption.

The way am using md5 with salt in login page

txt6.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(password.ToString().Trim(), "md5")
txt7.Text = FormsAuthentication.HashPasswordForStoringInConfigFile((salt) + txt6.Text.Trim.ToLower()), "md5")

if txt_password.text=txt6.text then
//mycode
else
//error
end if

txt_password.text become encrypted at clien side.

Please if ur free let me know the solution
thanks in advance

kissy

AnswerRe: md5 decryption Pin
Aman Bhullar17-Jun-09 0:28
Aman Bhullar17-Jun-09 0:28 
GeneralRe: md5 decryption Pin
Kissy1617-Jun-09 0:46
Kissy1617-Jun-09 0:46 
AnswerRe: md5 decryption Pin
himanshu256117-Jun-09 0:43
himanshu256117-Jun-09 0:43 
AnswerRe: md5 decryption Pin
Vasudevan Deepak Kumar17-Jun-09 1:31
Vasudevan Deepak Kumar17-Jun-09 1:31 
Questionnot getting value in request.cookies("lang") Pin
anbusenthil17-Jun-09 0:00
anbusenthil17-Jun-09 0:00 
Questionhow to generate verification code Pin
janani1316-Jun-09 23:40
janani1316-Jun-09 23:40 
AnswerRe: how to generate verification code Pin
himanshu256117-Jun-09 0:05
himanshu256117-Jun-09 0:05 
QuestionHow to insert values from Text area to database Pin
shijivijayan16-Jun-09 23:16
shijivijayan16-Jun-09 23:16 
AnswerRe: How to insert values from Text area to database Pin
himanshu256117-Jun-09 0:00
himanshu256117-Jun-09 0:00 
GeneralRe: How to insert values from Text area to database Pin
shijivijayan17-Jun-09 0:04
shijivijayan17-Jun-09 0:04 
GeneralRe: How to insert values from Text area to database Pin
himanshu256117-Jun-09 0:24
himanshu256117-Jun-09 0:24 
GeneralRe: How to insert values from Text area to database Pin
shijivijayan17-Jun-09 0:44
shijivijayan17-Jun-09 0:44 
AnswerRe: How to insert values from Text area to database Pin
Baran M17-Jun-09 0:09
Baran M17-Jun-09 0:09 
QuestionFormview update problem [modified] Pin
yorockk16-Jun-09 22:57
yorockk16-Jun-09 22:57 
AnswerRe: Formview update problem Pin
Herman<T>.Instance17-Jun-09 0:00
Herman<T>.Instance17-Jun-09 0:00 
GeneralRe: Formview update problem Pin
yorockk17-Jun-09 5:37
yorockk17-Jun-09 5:37 
GeneralRe: Formview update problem Pin
yorockk17-Jun-09 23:33
yorockk17-Jun-09 23:33 

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.