security

B

Bobby T

Hello,
I have created a form on my site where my clients can fill out information.
The form is then e-mailed to me. Some of the information on the form is
confidential. In order to maintain the confidentiality of the information,
is there some type of security or encryption that I can add to my site?
Using FrontPage2003. Appreciate any help you can give me on this.
 
J

Jens Peter Karlsen[FP MVP]

Create a password protected subweb and place the page there.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
K

Kevin Spencer

Hi Bobby,

You will need a secure certificate from Verisign or some other certificate
provider. You should coordinate with your hosting company on this, as they
are the ones who will have to install it, and they may have some
requirements. A certificate allows you to use SSL (Secure Sockets Layer).
When you use SSL, a public key is sent to the browser, and all data passing
from URLs that have an "https" protocol specified will be encrypted between
server and client.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
M

Murray

Re: securityProtecting the page that accepts the input is not the problem,
however. Once the form data leaves your server on its way to the recipient
is where it becomes vulnerable.

I don't know how to do anything about this other than to never email
sensitive information. It would be better to save it in a database that has
good secure login.
 
T

Tom Pepper Willett

Email can be encrypted using PGP encryption. Googling will find the
information about this high dollar solution.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Re: securityProtecting the page that accepts the input is not the problem,
| however. Once the form data leaves your server on its way to the
recipient
| is where it becomes vulnerable.
|
| I don't know how to do anything about this other than to never email
| sensitive information. It would be better to save it in a database that
has
| good secure login.
|
| --
| Murray
|
| | Create a password protected subweb and place the page there.
| Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| > -----Original Message-----
| > From: Bobby T [mailto:[email protected]]
| > Posted At: 14. januar 2005 14:45
| > Posted To: microsoft.public.frontpage.programming
| > Conversation: security
| > Subject: security
| >
| >
| > Hello,
| > I have created a form on my site where my clients can fill
| > out information.
| > The form is then e-mailed to me. Some of the information on
| > the form is confidential. In order to maintain the
| > confidentiality of the information, is there some type of
| > security or encryption that I can add to my site?
| > Using FrontPage2003. Appreciate any help you can give me on this.
| >
| >
|
 
B

Bobby T

Thanks for all helpful information.


Kevin Spencer said:
Hi Bobby,

You will need a secure certificate from Verisign or some other
certificate provider. You should coordinate with your hosting company on
this, as they are the ones who will have to install it, and they may have
some requirements. A certificate allows you to use SSL (Secure Sockets
Layer). When you use SSL, a public key is sent to the browser, and all
data passing from URLs that have an "https" protocol specified will be
encrypted between server and client.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
 
M

Mike Mueller

Actually it is 1 of 2 problems-
1- Must be using a secured page so that the form
contents submitted are encrypted enroute to the server
2- The email needs to be encrypted also

Mike


Murray wrote:
: Re: securityProtecting the page that accepts the input is
: not the problem, however. Once the form data leaves your
: server on its way to the recipient is where it becomes
: vulnerable.
:
: I don't know how to do anything about this other than to
: never email sensitive information. It would be better to
: save it in a database that has good secure login.
:
:
: in message : Create a password protected subweb and place the page
: there.
: Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
:: -----Original Message-----
:: From: Bobby T
:: [mailto:[email protected]]
:: Posted At: 14. januar 2005 14:45
:: Posted To: microsoft.public.frontpage.programming
:: Conversation: security
:: Subject: security
::
::
:: Hello,
:: I have created a form on my site where my clients can
:: fill
:: out information.
:: The form is then e-mailed to me. Some of the
:: information on
:: the form is confidential. In order to maintain the
:: confidentiality of the information, is there some type of
:: security or encryption that I can add to my site?
:: Using FrontPage2003. Appreciate any help you can give
:: me on this.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top