For some reason I just though of this, but I want to make sure ecommerce
people know about this, so:

Here's general tip for everyone who does ecommerce... You should use <input
type="text" autocomplete="off"> for form fields that are used for credit
card numbers, or other sensitive data.  With this option turned on MSIE's
autocomplete will remember everything you type into forms, and that data is
stored un-encrypted on the client's computer.

______________________________________________
Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM / NETDesign Inc.
ColdFusion Developer Resources
http://www.cfdev.com/

-----Original Message-----
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 1:18 PM
To: CF-Talk
Subject: Re: Encrypting a credit card field...


There is a cfx_blowfish somewhere , good security less cpu overhead than PGP
or you chould role your own

For BlowFish
www.counterpane.com

and directly

http://www.ejim.co.uk/module/encrypt/index.cfm

Justin MacCarthy
----- Original Message -----
From: "Mark W. Breneman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, September 27, 2000 3:46 PM
Subject: Encrypting a credit card field...


> Good day,
>
> I am looking for a solution for encrypting a credit card field with CF 4.5
> and SQL 7.
>
> I know about CFX_PGP.  It sounds like just what I need but I would like to
> know if there are other solutions.  Does any one know of  any other
> encryption custom tag or of a stored proc for SQL 7 that will encrypt a
> field with a fair amount of security?
>
> Mark W. Breneman
> -Cold Fusion Developer
> -Network Administrator
>   Vivid Media
>   [EMAIL PROTECTED]
>   www.vividmedia.com
>   608.270.9770
>
>
>
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>
>

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to