Click here to Skip to main content
15,867,704 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Provide Name to Intranet Pin
suveenmohan11-Feb-07 20:23
suveenmohan11-Feb-07 20:23 
QuestionJavascript class and setTimeout function Pin
User 98858-Feb-07 20:53
User 98858-Feb-07 20:53 
AnswerRe: Javascript class and setTimeout function Pin
Bradml9-Feb-07 2:48
Bradml9-Feb-07 2:48 
GeneralRe: Javascript class and setTimeout function Pin
User 98859-Feb-07 5:06
User 98859-Feb-07 5:06 
Questionvisual studio 2005 Pin
Member 36991928-Feb-07 18:22
Member 36991928-Feb-07 18:22 
AnswerRe: visual studio 2005 Pin
kubben9-Feb-07 7:12
kubben9-Feb-07 7:12 
QuestionEncrypt URL to prevent parameter tampering attacks [modified] Pin
SindyatIndy8-Feb-07 7:24
SindyatIndy8-Feb-07 7:24 
AnswerRe: Encrypt URL to prevent parameter tampering attacks Pin
User 98858-Feb-07 21:24
User 98858-Feb-07 21:24 
Why not use SSL, TLS etc?

The only content that the server cannot encrypt are the ones that are in the control of the browser or entered by the user. If the user puts in enough effort, he can modify it, if the encryption is done at the client. Why? because he has the algorithm code, the key and the data. He just needs to modify the data and send it.

I am guessing that you are doing some validation in Javascript on the client, and don't want to duplicate the effort on the server. If this is the case, it is a bad idea to start with. All user entered data that comes into your web application MUST be sanitized on the server. The javascript part can be retained to reduce round trips everytime there is an error.

Thomas

modified 29-Aug-18 21:01pm.

AnswerRe: Encrypt URL to prevent parameter tampering attacks Pin
User 98858-Feb-07 21:28
User 98858-Feb-07 21:28 
AnswerRe: Encrypt URL to prevent parameter tampering attacks Pin
badgrs8-Feb-07 23:05
badgrs8-Feb-07 23:05 
AnswerRe: Encrypt URL to prevent parameter tampering attacks Pin
Bradml9-Feb-07 2:47
Bradml9-Feb-07 2:47 
GeneralRe: Encrypt URL to prevent parameter tampering attacks Pin
SindyatIndy9-Feb-07 4:19
SindyatIndy9-Feb-07 4:19 
QuestionError Opening project Pin
No-e8-Feb-07 7:17
No-e8-Feb-07 7:17 
AnswerRe: Error Opening project Pin
Sandeep Akhare8-Feb-07 23:52
Sandeep Akhare8-Feb-07 23:52 
Questionjavascrpt drop down blank Pin
spinanicky8-Feb-07 3:56
spinanicky8-Feb-07 3:56 
QuestionJavascript : Moving objects Pin
SoftDeveloper8-Feb-07 3:48
SoftDeveloper8-Feb-07 3:48 
QuestionWeb.Config Security settings. Pin
BLOEDHOND8-Feb-07 1:51
BLOEDHOND8-Feb-07 1:51 
AnswerRe: Web.Config Security settings. Pin
Sandeep Akhare8-Feb-07 3:55
Sandeep Akhare8-Feb-07 3:55 
Questionscrollbar using Pin
Shital@icon7-Feb-07 22:45
Shital@icon7-Feb-07 22:45 
QuestionXHTML and css Pin
User 98857-Feb-07 19:56
User 98857-Feb-07 19:56 
AnswerRe: XHTML and css Pin
User 98857-Feb-07 20:01
User 98857-Feb-07 20:01 
GeneralRe: XHTML and css Pin
Bradml7-Feb-07 22:32
Bradml7-Feb-07 22:32 
GeneralRe: XHTML and css Pin
User 98857-Feb-07 22:57
User 98857-Feb-07 22:57 
GeneralRe: XHTML and css Pin
Bradml7-Feb-07 23:00
Bradml7-Feb-07 23:00 
GeneralRe: XHTML and css Pin
User 98857-Feb-07 23:08
User 98857-Feb-07 23:08 

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.