Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem in storing hindi font in database Pin
Ravi_2118-Nov-07 18:19
Ravi_2118-Nov-07 18:19 
AnswerRe: problem in storing hindi font in database Pin
N a v a n e e t h18-Nov-07 18:48
N a v a n e e t h18-Nov-07 18:48 
GeneralRe: problem in storing hindi font in database Pin
Ravi_2118-Nov-07 18:52
Ravi_2118-Nov-07 18:52 
Generalproblem in storing hindi font in database Pin
Gandalf_TheWhite18-Nov-07 20:04
professionalGandalf_TheWhite18-Nov-07 20:04 
GeneralRe: problem in storing hindi font in database Pin
Ravi_2118-Nov-07 22:39
Ravi_2118-Nov-07 22:39 
GeneralRe: problem in storing hindi font in database Pin
Paul Conrad23-Dec-07 14:55
professionalPaul Conrad23-Dec-07 14:55 
QuestionHow to Decrypt the Password From SqlServer2005 Pin
mrgaddam18-Nov-07 18:12
mrgaddam18-Nov-07 18:12 
AnswerRe: How to Decrypt the Password From SqlServer2005 Pin
Michael Sync18-Nov-07 18:31
Michael Sync18-Nov-07 18:31 
You may google about how to encrypt and decrypt in C#. C# encryption and decryption

but I have a few suggestions for you.

1. There should NOT be any decryption for password. [ Encrypted == Encrypted ]

In our projects, we never use the encryption method that can be decrypted. This is for security reason.. If we wanna verify whether a particular password is correct or not, we match the encrypted password from database and the encrypted password that is encrypted from the plain text which is typed by user...

2. Password should not be stored what the user entered.

For example, the user set the password "abc123". then, we append some checksum or something to the password. (e.g. "abc123" + "USR1092" ) then, we encrypt this text and save it in the database.

3. The password should not be sent to the user in plain text format if the user lost the password.

In case the user lost the password and he/she wanna recovery then you should give the user a way to reset the password.. (You should not mail the decrypted password back to the user)







Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

"Please vote to let me (and others) know if this answer helped you or not. A 5 vote tells people that your question has been answered successfully and that I've pitched it at just the right level. Thanks."

GeneralRe: How to Decrypt the Password From SqlServer2005 Pin
N a v a n e e t h18-Nov-07 19:06
N a v a n e e t h18-Nov-07 19:06 
GeneralRe: How to Decrypt the Password From SqlServer2005 Pin
Michael Sync19-Nov-07 4:37
Michael Sync19-Nov-07 4:37 
GeneralRe: How to Decrypt the Password From SqlServer2005 Pin
Michael Sync19-Nov-07 5:29
Michael Sync19-Nov-07 5:29 
AnswerRe: How to Decrypt the Password From SqlServer2005 Pin
Naik A2Ze18-Nov-07 18:37
Naik A2Ze18-Nov-07 18:37 
Questiongetting list of users Pin
ptvce18-Nov-07 17:44
ptvce18-Nov-07 17:44 
Answergetting list of users Pin
Sarani Ravindran18-Nov-07 19:02
Sarani Ravindran18-Nov-07 19:02 
GeneralRe: getting list of users Pin
ptvce18-Nov-07 21:04
ptvce18-Nov-07 21:04 
Generalgetting list of users Pin
Sarani Ravindran19-Nov-07 17:22
Sarani Ravindran19-Nov-07 17:22 
GeneralRe: getting list of users Pin
ptvce19-Nov-07 18:50
ptvce19-Nov-07 18:50 
Questionaccess the FoxPro .VUE (view file) using ASP.NET Pin
kisna_madhusudan18-Nov-07 17:42
kisna_madhusudan18-Nov-07 17:42 
GeneralRe: access the FoxPro .VUE (view file) using ASP.NET Pin
John-ph18-Nov-07 17:46
John-ph18-Nov-07 17:46 
Questionaccess the FoxPro .VUE (view file) using ASP.NET Pin
june2318-Nov-07 17:38
june2318-Nov-07 17:38 
QuestionHow to expire page when moved to next page.... Pin
KBM7318-Nov-07 10:43
KBM7318-Nov-07 10:43 
AnswerRe: How to expire page when moved to next page.... Pin
SABhatti18-Nov-07 13:20
SABhatti18-Nov-07 13:20 
QuestionAdd keyword and description info to database Pin
Matthew Hansel18-Nov-07 10:22
Matthew Hansel18-Nov-07 10:22 
AnswerRe: Add keyword and description info to database Pin
Not Active18-Nov-07 10:27
mentorNot Active18-Nov-07 10:27 
GeneralRe: Add keyword and description info to database Pin
Matthew Hansel18-Nov-07 11:01
Matthew Hansel18-Nov-07 11:01 

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.