ASP Forms under SSL

ASP Forms under SSL

am 17.01.2007 00:11:30 von mstery

I need to collect course registrations, with cc info, via an ASP
registration form that would operate under SSL. The order info would be
stored in a database that resides outside of the public web directory.
If I write a password protected utility that runs under SSL that allows
the person processing orders to view/print records in this database
under SSL so they can be manually processed, and after printing delete
the cc number in the db, realistically, how secure is this? Host won't
let me use PGP. They don't want to use Paypal, and can't get an online
merchant account because they're considered a high risk business
(travel). What other options do I have? Thanks.

Re: ASP Forms under SSL

am 17.01.2007 19:10:17 von Jon Paal

I would say this has about zero security, because once the credit card info is printed all is lost in terms of security.

There's also no value in storing the credit card info in a db if it is simply to be deleted anyway because I see no way to manage a
print job successful/failure.




wrote in message news:1168989088.849996.191170@38g2000cwa.googlegroups.com...
>I need to collect course registrations, with cc info, via an ASP
> registration form that would operate under SSL. The order info would be
> stored in a database that resides outside of the public web directory.
> If I write a password protected utility that runs under SSL that allows
> the person processing orders to view/print records in this database
> under SSL so they can be manually processed, and after printing delete
> the cc number in the db, realistically, how secure is this? Host won't
> let me use PGP. They don't want to use Paypal, and can't get an online
> merchant account because they're considered a high risk business
> (travel). What other options do I have? Thanks.
>