Click here to Skip to main content
15,917,875 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Optimizing Html Code Pin
N a v a n e e t h13-Oct-08 2:49
N a v a n e e t h13-Oct-08 2:49 
QuestionTextbox type Password error with Update Panel Pin
gautamamit812-Oct-08 21:14
gautamamit812-Oct-08 21:14 
AnswerRe: Textbox type Password error with Update Panel Pin
sumit703412-Oct-08 22:22
sumit703412-Oct-08 22:22 
GeneralRe: Textbox type Password error with Update Panel Pin
gautamamit812-Oct-08 22:25
gautamamit812-Oct-08 22:25 
GeneralRe: Textbox type Password error with Update Panel Pin
sumit703412-Oct-08 22:30
sumit703412-Oct-08 22:30 
AnswerRe: Textbox type Password error with Update Panel Pin
eyeseetee12-Oct-08 22:40
eyeseetee12-Oct-08 22:40 
GeneralRe: Textbox type Password error with Update Panel Pin
gautamamit812-Oct-08 22:57
gautamamit812-Oct-08 22:57 
GeneralRe: Textbox type Password error with Update Panel Pin
eyeseetee12-Oct-08 23:07
eyeseetee12-Oct-08 23:07 
Question[Message Deleted] Pin
raghvendrapanda12-Oct-08 20:52
raghvendrapanda12-Oct-08 20:52 
AnswerRe: how to create a transaction... Pin
Anand Desai12-Oct-08 20:57
Anand Desai12-Oct-08 20:57 
AnswerRe: how to create a transaction... Pin
Ashfield12-Oct-08 21:21
Ashfield12-Oct-08 21:21 
QuestionUnable to inherit WebFormTestCase Class Pin
sowmya k12-Oct-08 20:14
sowmya k12-Oct-08 20:14 
QuestionCreation of PDF file in ASP.net Pin
sanjaybeh@gmail.com12-Oct-08 20:08
sanjaybeh@gmail.com12-Oct-08 20:08 
AnswerRe: Creation of PDF file in ASP.net Pin
Sathesh Sakthivel12-Oct-08 20:23
Sathesh Sakthivel12-Oct-08 20:23 
QuestionHow Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 18:37
amit sahu2012-Oct-08 18:37 
AnswerRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Anand Desai12-Oct-08 18:51
Anand Desai12-Oct-08 18:51 
Hi Amit,

There are lots of javascripts available to encrypt/decrypt passwords.

They come in combinations for encrypt/decrypt. apply encrypt script when u insert password. and decrypt while u r checking.

U can use only incrypting script only and check incrypted version of password directly with database. thus your original decypted password never travells through network and no possibility to be hacked via channel.

Just type "Encrypt Password + Javascript" in goole and u will get tons of scripts. u can prepare urself also simple script like replace "D" with ASCII(D) --> ASCII(D) + 25.

Anand Desai
Developer
Atharva Infotech

AnswerRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Anand Desai12-Oct-08 18:55
Anand Desai12-Oct-08 18:55 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 19:17
amit sahu2012-Oct-08 19:17 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Anand Desai12-Oct-08 19:32
Anand Desai12-Oct-08 19:32 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 19:42
amit sahu2012-Oct-08 19:42 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Guffa12-Oct-08 23:36
Guffa12-Oct-08 23:36 
AnswerRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
nyeboy12-Oct-08 18:53
nyeboy12-Oct-08 18:53 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
amit sahu2012-Oct-08 19:00
amit sahu2012-Oct-08 19:00 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
Guffa12-Oct-08 23:30
Guffa12-Oct-08 23:30 
GeneralRe: How Encrypt and discrypt password in asp.net 2.0 C# Pin
nyeboy14-Oct-08 17:47
nyeboy14-Oct-08 17:47 

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.