You can use the standard encrypt and decrypt in Cold Fusion.

<cfset thisValue = "#cc_info#">
<cfset mykey = "fubar">
<cfset Encrypted_info = encrypt(thisValue,mykey)>


Then decrypt it as needed:

<cfset origvalue = decrypt(thisvalue,"fubar")>




-----Original Message-----
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 10:46 AM
To: CF-Talk
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.

Reply via email to