RE: Emailing CC info

2001-07-12 Thread Larry Juncker

Duane;

We use protofax as a way of sending SECURE CC info.  It uses an internal
email to fax
CC info to a customer.

It works really well.

Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]

-Original Message-
From: Duane Boudreau [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 11:00 AM
To: CF-Talk
Subject: Emailing CC info


All,

I need some suggestions on emailing credit card info securely for a friend.
He looked into PGP but the commercial version is now 8k???

Thanks,
Duane
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Emailing CC info

2001-07-12 Thread Dick Applebaum

One technique I often use is:

   insert the CC info into a db (it's probably already there).

   Send the email with a link in it with an encrypted key (db record id)

   The link resolves to a  page requesting login

   After login the CC info is retrieved is served to the authorized 
user with SSL

   The user copy/pastes, saves, whatever...

HTH

Dick

At 11:59 AM -0400 7/12/01, Duane Boudreau wrote:
All,

I need some suggestions on emailing credit card info securely for a friend.
He looked into PGP but the commercial version is now 8k???

Thanks,
Duane



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists