473,386 Members | 1,753 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Storing credit card numbers on hosted website.

Hi,

I've always had the opinion that you don't store credit card numbers on a
hosted website database. But it has occurred to me, that perhaps I am over
reacting, and encrypted CC info may be ok. Now I know basic encryption, but
am not confident that I know what I don't know .. you know.

Basically, am I over reacting? Is the risk level acceptable if you store
encrypted CC numbers or not?

Thanks in advance.

Nov 19 '05 #1
5 1701
John,

It's also my opinion that you don't store credit card numbers. Our smart
client software can take payment via credit card but we do not store the
credit card number.

Unfortunately the person who knows all the legal bits is off until the new
year so I can't ask him but I think he got most of his information from the
data protection act.

Not much help I know, sorry.
Chris.

"John" wrote:
Hi,

I've always had the opinion that you don't store credit card numbers on a
hosted website database. But it has occurred to me, that perhaps I am over
reacting, and encrypted CC info may be ok. Now I know basic encryption, but
am not confident that I know what I don't know .. you know.

Basically, am I over reacting? Is the risk level acceptable if you store
encrypted CC numbers or not?

Thanks in advance.

Nov 19 '05 #2
Thanks Chris,

Maybe I will repost this in January. I'm very curious to know.

Regards,
John
"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:B1**********************************@microsof t.com...
John,

It's also my opinion that you don't store credit card numbers. Our smart
client software can take payment via credit card but we do not store the
credit card number.

Unfortunately the person who knows all the legal bits is off until the new
year so I can't ask him but I think he got most of his information from
the
data protection act.

Not much help I know, sorry.
Chris.

"John" wrote:
Hi,

I've always had the opinion that you don't store credit card numbers on a
hosted website database. But it has occurred to me, that perhaps I am
over
reacting, and encrypted CC info may be ok. Now I know basic encryption,
but
am not confident that I know what I don't know .. you know.

Basically, am I over reacting? Is the risk level acceptable if you store
encrypted CC numbers or not?

Thanks in advance.

Nov 19 '05 #3
It's almost impossible to keep them secure even if they are encrypted,
because somone else has total control over the machine. Encryption
makes it difficult - but where would you store the key to decrpyt the
numbers?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Wed, 15 Dec 2004 10:51:52 -0500, "John" <do**@send.me.spam.com>
wrote:
Thanks Chris,

Maybe I will repost this in January. I'm very curious to know.

Regards,
John
"Chris Podmore" <Ch**********@discussions.microsoft.com> wrote in message
news:B1**********************************@microso ft.com...
John,

It's also my opinion that you don't store credit card numbers. Our smart
client software can take payment via credit card but we do not store the
credit card number.

Unfortunately the person who knows all the legal bits is off until the new
year so I can't ask him but I think he got most of his information from
the
data protection act.

Not much help I know, sorry.
Chris.

"John" wrote:
Hi,

I've always had the opinion that you don't store credit card numbers on a
hosted website database. But it has occurred to me, that perhaps I am
over
reacting, and encrypted CC info may be ok. Now I know basic encryption,
but
am not confident that I know what I don't know .. you know.

Basically, am I over reacting? Is the risk level acceptable if you store
encrypted CC numbers or not?

Thanks in advance.


Nov 19 '05 #4
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:0n********************************@4ax.com...
It's almost impossible to keep them secure even if they are encrypted,
because somone else has total control over the machine. Encryption
makes it difficult - but where would you store the key to decrpyt the
numbers?


I was thinking the key to decrypt would have to be entered by the user. It
couldn't be stored. So basically, if you wanted to have an automatic
monthly payment, somebody would need to go to the "processing" page, enter
the key, and let the page run through all the charge transactions.

Actually, another thing I was thinking; if you use SSL, that only secures
the connection during transfer right? So the server has unsecure access ...
but this would mean an unscrupulous hosting company or employee could be
logging CC info anyway. Actually, would that information be logged
somewhere on the server by default?

Is that correct? If so, ecommerce /w a web-host is inherintly unsafe.

The more I think about this better idea I think a 3rd party processing
company is.

Regards,
John
Nov 19 '05 #5
>Is that correct? If so, ecommerce /w a web-host is inherintly unsafe.

I'd think so. They have physical access to the machine and the network
- so anything can happen.

If the host has been around for some time and has built up a
reputation, it might be a different case. Someone could arguably build
a case where a host could be more secure than self hosting (their
employees have extensive background checks, they are audited, they
have servers in a bunker under the mountain, etc).

--
Scott
http://www.OdeToCode.com/blogs/scott/
Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Simon Wigzell | last post by:
My client wants to have credit card information fields on his forms for his website visitors to be able to buy his wervices by credit card. The credit card info - Brand, number and expiry date will...
10
by: dries | last post by:
A friend of mine has a problem with his credit card validation routine and it is probably a simple thing to solve but I cannot find it. It has to do with the expiry dates. What happens is that as...
4
by: gl | last post by:
I have just started a project that's going to do very heavy credit card processing through asp.net and i had some questions. I've never really done any cc processing through code and I wasn't sure...
4
by: Jerry Camel | last post by:
I'm writing and ASP.net app using vb .net. I need to interact with a credit card reader. I have one that sits inline with the keyboard. Works great, except for the fact that no matter what field...
3
by: mikekissman | last post by:
I've built an online reservation website in ASP .NET with a SQL Server backend. It allows customers to search for available resources, than charges their credit card a fee to hold the reservation....
10
by: tshad | last post by:
I am trying to find the best procedure for storing keys used for encryption. This would also be a question for the connection string to the database. At the moment, this is kept in the web.info...
1
by: securedcardss | last post by:
http://card.2youtop.info secured credit card card credit instant secured card cash credit secured card
6
by: samatair | last post by:
I need to create a form which accepts credit card numbers and mail the details with the credit card number to my client. I came to know that using SSL would make the form HTTPS and make it secure....
4
code green
by: code green | last post by:
Data Protection etc.... shouldn't be there. How do I find credit card numbers buried amongst any length of text. Googling finds credit card validation claims, which are too complicated. I need...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.