Re: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-24 Thread Kay Smoljak

On Fri, 22 Jun 2001 10:59:16 -0500, Tom Davison [EMAIL PROTECTED]
wrote:
well lets say I wanted to order it... I notice the site is not secure for
credit card info...  why is this?

Hi Tom,

The Register page - where you enter credit card details - is protected by
a 128 bit secure certificate.

Regards,
Kay.
__
Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

Tools for developers: http://developer.perthweb.com.au
-- cfx_pwimageproc: image processing tool
-- cfx_pwcardcrypt: credit card validation and encryption



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



Re: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-22 Thread Kay Smoljak

On Fri, 22 Jun 2001 14:13:33 +1000, Peter Tilbrook
[EMAIL PROTECTED] wrote:
4) It is relatively inexpensive considering its power and usefulness
(AUD$50.00 - about US$20.00 or there abouts).

While all your other very flattering comments are in fact true (thank you -
I can see the tag blushing right now), the prices listed on the web site are
already in US dollars. The single license (one server) costs US$49 and the
unlimited license is US $299. Considering the cost of a commercial PGP
license, I think it's very good value.

Regards,
Kay.
__
Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

Tools for developers: http://developer.perthweb.com.au
-- cfx_pwimageproc: image processing tool
-- cfx_pwcardcrypt: credit card validation and encryption



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



Re: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-22 Thread Tom Davison

well lets say I wanted to order it... I notice the site is not secure for
credit card info...  why is this?

Tom
- Original Message -
From: Kay Smoljak [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, June 22, 2001 1:48 AM
Subject: Re: cfx_pwcardcrypt (was: encrypt credit card field?)


 On Fri, 22 Jun 2001 14:13:33 +1000, Peter Tilbrook
 [EMAIL PROTECTED] wrote:
 4) It is relatively inexpensive considering its power and usefulness
 (AUD$50.00 - about US$20.00 or there abouts).

 While all your other very flattering comments are in fact true (thank
you -
 I can see the tag blushing right now), the prices listed on the web site
are
 already in US dollars. The single license (one server) costs US$49 and the
 unlimited license is US $299. Considering the cost of a commercial PGP
 license, I think it's very good value.

 Regards,
 Kay.

~~
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



cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-21 Thread Bud

On 6/21/01, Kay Smoljak penned:
Tom,

Have a look at our cfx_pwcardcrypt tag, http://developer.perthweb.com.au. We
designed it for a client storing cc numbers for monthly subscriptions, it
uses RSA public key crypto.

Cool. Are there any licensing caveats? I purchased CFX_PGP a year or 
so ago, built some nice stuff to use it, and then find out it's 
16,000 for a PGP commercial license.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~
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: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-21 Thread Kay Smoljak

On Thu, 21 Jun 2001 14:48:37 -0400, Bud [EMAIL PROTECTED] wrote:
Cool. Are there any licensing caveats? I purchased CFX_PGP a year or
so ago, built some nice stuff to use it, and then find out it's
16,000 for a PGP commercial license.

Hi Bud,

No, the whole reason we built it was because PGP was so expensive - way out
of our client's price range. It uses the open source RSA algorithm.

Regards,
Kay.
__
Kay Smoljak - ColdFusion Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

Tools for developers: http://developer.perthweb.com.au
-- cfx_pwimageproc: image processing tool
-- cfx_pwcardcrypt: credit card validation and encryption



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



RE: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-21 Thread Peter Tilbrook

Regarding this tag - it is very good for these reasons.

1)  It's fast:

For the actual credit card checking, even using the full 2048 bit keys it
is almost instantaneous. Generating the keys in the first place takes a
while (depending on the level of encryption you require) but you should only
need to do this once. Un-encrypting - even 2048 takes about 3-5 seconds on a
modest server.

2)  It's written in C++ - and appears to be efficient code.

It is easy to install as a CFX also.

3)  The messages the tag generates are verbose meaning if a card is rejected
it tells you why - meaning you can return the reason to the browser or
process code based upon the result.

4)  It is relatively inexpensive considering its power and usefulness
(AUD$50.00 - about US$20.00 or there abouts).

5)  You can try it for FREE at http://www.developer.perthweb.com.au/

6)  It's Australian made! That has to be good!

I'm doing final testing for an application using this tag and have already
requested an invoice from Perthweb to pay the bargain registration cost.

Cheers!

Peter Tilbrook
Chief Web Developer
Lunar Power Internet Technologies
Unit 1, 26-28 Winchcombe Court
Mitchell, ACT, 2911
AUSTRALIA

Phone: (02) 6242 
Fax: (02) 6242 6655
Email: [EMAIL PROTECTED]
Web: http://www.lunarpower.com.au


~~
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