Apologies if anyone gets this twice... I posted this morning using the Fuseware NNTP mirror, but now 12 hours later my message is still not showing up in the archives, so I presume it got a little lost :)
Bosky, Dave wrote: > What are some encryption methods that can be used on sensitive data before > storing it in a MS SQL Server 2000 database? > How is everyone else storing information such as credit card data and > personal billing information? The company I work for sells a couple of tags - cfx_pwtextcrypt and cfx_pwcardcrypt - that do asymmetric RSA encryption. The only down side is that to remain totally secure, the private key must be stored offline and human intervention is required for decrypting - so it's good for things like periodic credit card batching (we developed it initially for a subscription system). http://developer.perthweb.com.au HTH, Kay. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

