Click here to Skip to main content
15,888,351 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: shortcut keys in asp.net 1.1 with c# Pin
badgrs16-Mar-07 0:54
badgrs16-Mar-07 0:54 
AnswerRe: shortcut keys in asp.net 1.1 with c# Pin
Vasudevan Deepak Kumar22-Mar-07 6:22
Vasudevan Deepak Kumar22-Mar-07 6:22 
QuestionHTML Frameset Pin
RavikumarR15-Mar-07 23:53
RavikumarR15-Mar-07 23:53 
AnswerRe: HTML Frameset Pin
Smart_Boy16-Mar-07 1:27
Smart_Boy16-Mar-07 1:27 
QuestionShow desktop by clicking icon in a web application Pin
Robin Chaudhary15-Mar-07 20:32
Robin Chaudhary15-Mar-07 20:32 
AnswerRe: Show desktop by clicking icon in a web application Pin
Bradml15-Mar-07 23:56
Bradml15-Mar-07 23:56 
AnswerRe: Show desktop by clicking icon in a web application Pin
Vasudevan Deepak Kumar22-Mar-07 6:23
Vasudevan Deepak Kumar22-Mar-07 6:23 
QuestionCreating a web page Pin
ArchaBhandare15-Mar-07 20:29
ArchaBhandare15-Mar-07 20:29 
AnswerRe: Creating a web page Pin
Bradml15-Mar-07 23:55
Bradml15-Mar-07 23:55 
AnswerRe: Creating a web page Pin
Vasudevan Deepak Kumar22-Mar-07 6:24
Vasudevan Deepak Kumar22-Mar-07 6:24 
QuestionHTML + Javascript Problem!!! Pin
hiral_shah15-Mar-07 20:01
hiral_shah15-Mar-07 20:01 
AnswerRe: HTML + Javascript Problem!!! Pin
RichardGrimmer16-Mar-07 2:18
RichardGrimmer16-Mar-07 2:18 
QuestionPHP question Pin
john3415-Mar-07 8:48
john3415-Mar-07 8:48 
AnswerRe: PHP question Pin
Bradml15-Mar-07 10:39
Bradml15-Mar-07 10:39 
AnswerRe: PHP question Pin
hiral_shah15-Mar-07 18:33
hiral_shah15-Mar-07 18:33 
AnswerRe: PHP question Pin
john3416-Mar-07 0:15
john3416-Mar-07 0:15 
GeneralRe: PHP question Pin
hiral_shah16-Mar-07 1:38
hiral_shah16-Mar-07 1:38 
GeneralRe: PHP question Pin
hiral_shah16-Mar-07 1:45
hiral_shah16-Mar-07 1:45 
GeneralRe: PHP question Pin
john3416-Mar-07 1:58
john3416-Mar-07 1:58 
GeneralRe: PHP question Pin
Bradml16-Mar-07 14:53
Bradml16-Mar-07 14:53 
AnswerRe: PHP question Pin
hiral_shah16-Mar-07 2:15
hiral_shah16-Mar-07 2:15 
GeneralRe: PHP question Pin
john3416-Mar-07 5:12
john3416-Mar-07 5:12 
AnswerRe: PHP question Pin
JimmyRopes17-Mar-07 6:20
professionalJimmyRopes17-Mar-07 6:20 
Although your question has been addressed I would like to point out that storing passwords in plain text in a data base is never a good idea.

Passwords should always be encrypted before being stored in a data base. Even the POST method sends the data to the server in plain text so the password should always be encrypted on the client before transmission.

I recommend storing password hash values rather than plain text passwords or even reversible encryptions of the passwords. This limits your liability because you never knew the actual password.

If the person forgets their password you can supply them with a randomly generated password, optionally with a short expiration interval, that is only valid for a single use and must be reset on first access.

You can find javascript versions of MD5 (128 bit) and SHA1 (160 bit) algorithms that can be used to encode passwords on the client prior to transmission on this site.

paj's home[^]

I recommend you do not transmit or store passwords in plain text.

Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems

I'm on-line therefore I am.
JimmyRopes


Questionhow to sync files?? Pin
ajitscorpio15-Mar-07 6:00
ajitscorpio15-Mar-07 6:00 
QuestionDynamically setting <img> data representing an SVG image Pin
Erik Hammar15-Mar-07 5:36
Erik Hammar15-Mar-07 5:36 

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.