Re: Implementing 128-bit encryption

2004-03-25 Thread Doug White
It does have to be set up on the server - requires a certificate, and a separate
IP number that will listen on port 443, with host headers starting with https://

Both the server and the client must be able to deal with 128 bit encryption.

Some providers already have a secure site, and allow clients to "share" their
authentication certificate, however it is more secure to have your own
certificate installed on your secure web site.

Additionally, you will most likely use a sub-domain such as
https://secure.yourdomain.tld

You should be able to connect to the same database, in order to pass cart items
back and forth with your public (unencrypted) site.
==
Stop spam on your domain, Anti-spam solutions
http://www.clickdoug.com/mailfilter.cfm
For hosting solutions http://www.clickdoug.com
==
If you woke up breathing, congratulations! You have been given another chance!

  - Original Message - 
  From: Dan Farmer
  To: CF-Talk
  Sent: Thursday, March 25, 2004 5:46 PM
  Subject: Implementing 128-bit encryption

  Having never done this before with any coldfusion application, I'm not sure
  how to implement this.

  I'm guessing that this is something the server admin sets up and that he
  would create a secure directory which I would then place my application
  files into.

  is this correct? if not, what are the usual steps.

  Many thanks...

  __
  Daniel Farmer
  Producer / Coldfusion Developer
  http://www.bernardclark.com/danfarmer.ca
  P: 613.284.1684
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Implementing 128-bit encryption

2004-03-25 Thread Dave Watts
> Having never done this before with any coldfusion 
> application, I'm not sure how to implement this.
> 
> I'm guessing that this is something the server admin sets up 
> and that he would create a secure directory which I would 
> then place my application files into.
> 
> is this correct? if not, what are the usual steps.

This is simply a matter of web server configuration, and doesn't really have
any CF-specific steps. Your web server administrator will typically have to
install an SSL certificate, then configure the web server to require SSL for
access to specific directories or files.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Implementing 128-bit encryption

2004-03-25 Thread Dan Farmer
Having never done this before with any coldfusion application, I'm not sure 
how to implement this.

I'm guessing that this is something the server admin sets up and that he 
would create a secure directory which I would then place my application 
files into.

is this correct? if not, what are the usual steps.

Many thanks...

__
Daniel Farmer
Producer / Coldfusion Developer
http://www.bernardclark.com/danfarmer.ca
P: 613.284.1684
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]