lazy_cod3R
01-25-2001, 09:09 PM
i have a question on the way data is sent from a html document to a server to be processed. when we submit detials through a html form the data gets sent to the server to be processed but as plain text right... if this is the case how can companies claim that they are totally secure, is there some way that b4 the data is sent it is encrypted by just using a simple html form with form tags to a cgi script ?? or is this always in plain text format ???
would it be safer to get the data through and applet and then output the result again or use a cgi to process the data and out put again ? and if i write to a file using an applet is it possible for anyone to somehow get the data being typed into the textfeilds, im not actually sure about how an applet works, does it run on the server or on the users computer , its hard trying to find info on how things work but easy to find info on how to code, the reson im asking is i ultimatly need to know which method would be more secure if i want to get data from a user and the write it to a file on the server
thanx for any info
would it be safer to get the data through and applet and then output the result again or use a cgi to process the data and out put again ? and if i write to a file using an applet is it possible for anyone to somehow get the data being typed into the textfeilds, im not actually sure about how an applet works, does it run on the server or on the users computer , its hard trying to find info on how things work but easy to find info on how to code, the reson im asking is i ultimatly need to know which method would be more secure if i want to get data from a user and the write it to a file on the server
thanx for any info