FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > FutureQuest Site Owners (All may read - Only Site Owners May Respond) > Questions & Suggestions
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-28-2002, 04:19 PM   Postid: 71636
Brian Matthews
Registered User

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Jan 2002
Location: Conneticuit, US
Posts: 14
SSL How Secure is 'Secure'?

I recently got a secure server page at Future Quest to accept credit card numbers, and store them, until I retrieve them later, then delete them.

The site has 128 bit encription. My Question is, just how hard would it be for someone to break their way into the system to steal the information? Don't know if how 'hard' is the right way to put it, or if how 'likely/unlikely' would a breakin be?

Any input is greatly appreciated.
Thanks, Brian
Brian Matthews is offline   Reply With Quote
Old 07-28-2002, 04:42 PM   Postid: 71637
jay scott
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Jun 2000
Posts: 26
The 128-bit encryption should be quite difficult to break, so the data should be safe in transit. It is far, far more likely to be stolen by somebody compromising one of the endpoints, either the user's computer or your back-end.

The user's computer is beyond your power to secure, but it's still of some concern because theft of data from it might be blamed on you. "I sent that only to you, you must be the one who spread it around!" If you've seen e-mail viruses, then you know that there are many, many compromised computers out there.

As for your back-end, I don't know. That depends on the software. All the big credit card number thefts that I've read about in the paper were from break-ins to corporate databases where the corporation should have known better, so you're asking a good question.
jay scott is offline   Reply With Quote
Old 07-28-2002, 04:50 PM   Postid: 71638
 Terra
CTO FutureQuest, Inc.
 
Terra's Avatar
 
Join Date: Jun 1998
Location: Z'ha'dum
Posts: 7,683
This is a very open ended question with no clear or defined answer as new security holes are found in software daily... It is an unfortunate side-effect to the natural evolution of software/systems...

The reality is that as long as a computer is connected to the Internet, then if someone wants in bad enough - the probability they will succeed depends on the skill of the cracker in relation to their intended target...

The only truly secure computer is the one that was never assembled...

If you are dealing with Credit Card numbers, those usually have a higher value on the black market than other sensitive information... In your case, if you have concerns on handling the security of CC numbers, then I highly recommend that you consult with an E-Commerce specialist... Rich Shockney with RSMarketing.com is an active participant in these forums so you may want to email him directly to discuss this further as it may require a customized solution for your exact needs...

--
Terra
--The main security issues that worry me are the ones that only a small number of blackhat crackers know about--
FutureQuest
Terra is offline   Reply With Quote
Old 07-28-2002, 07:47 PM   Postid: 71644
Rich
Merchant Rep
 
Rich's Avatar

Forum Notability:
153 pts: Ambassador of Goodwill
[Post Feedback]
 
Join Date: Nov 1998
Location: Indiana, USA
Posts: 1,658
Quote:
I recently got a secure server page at Future Quest to accept credit card numbers, and store them, until I retrieve them later, then delete them...

...The site has 128 bit encription.
Well...not exactly.

The contents of anything stored on the site does not have encryption. As Jay pointed out, only the data during transit between the user's browser and the server has encryption when transmitted using properly configured SSL.

How secure is the SSL transmission protocols? I have yet to see a reported incident of this being compromised.

How secure is the information obtained via SSL and stored on the server? NOT VERY SECURE AT ALL.

My recommendation to merchants is to never store any credit card information on any machine that is connected to the Internet. If you do decide to do this, you will need to do so using very secure encryption methods and use access procedures that are not easily compromised.
__________________
Rich
E-Commerce Solutions:
www.rsmarketing.com
Domain Name Registrations:
www.domain-registration-zone.com
Time Zone Converter:
www.timezoneconverter.com
Rich is offline   Reply With Quote
Old 07-29-2002, 08:17 PM   Postid: 71682
EdSpidre
Visitor
 
EdSpidre's Avatar

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Feb 2001
Location: Indianapolis, IN, USA
Posts: 43
I'm afraid I don't know much about merchant stuff but for an idea out of left field, and maybe some other experts can chime in, would it be possible to encrypt the data with someones public key so it sat on the server encrypted and then when they download it, they could just decrypt it?

Again, if the idea is ludicrous and I don't know what I'm talking about, please ignore me.

EdSpidre is offline   Reply With Quote
Old 07-29-2002, 10:35 PM   Postid: 71685
brsett
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 2002
Location: SC
Posts: 164
128 bit security is fine. Real security involves obfuscation as much as anything, for yours and mine security, encryption is a fine tool. I wouldn't be worried, but thus far the thread has contained much good info. Terra, now that you are iptable enabled have you set your default policy to DENY for all services (with logging for all connections)?
__________________
http://deepcopy.org
programming in the trenches
brsett is offline   Reply With Quote
Old 07-30-2002, 12:42 AM   Postid: 71687
 Terra
CTO FutureQuest, Inc.
 
Terra's Avatar
 
Join Date: Jun 1998
Location: Z'ha'dum
Posts: 7,683
brsett:
I'm afraid that information/methodology is confidential...

--
Terra
sysAdmin
FutureQuest
Terra is offline   Reply With Quote
Old 07-30-2002, 12:56 AM   Postid: 71688
Rich
Merchant Rep
 
Rich's Avatar

Forum Notability:
153 pts: Ambassador of Goodwill
[Post Feedback]
 
Join Date: Nov 1998
Location: Indiana, USA
Posts: 1,658
Quote:
would it be possible to encrypt the data with someones public key so it sat on the server encrypted and then when they download it, they could just decrypt it
Yes, this would be the recommened way to store the data. You just have to remember that the secure key must not be stored on the server.
__________________
Rich
E-Commerce Solutions:
www.rsmarketing.com
Domain Name Registrations:
www.domain-registration-zone.com
Time Zone Converter:
www.timezoneconverter.com
Rich is offline   Reply With Quote
Old 07-30-2002, 01:40 AM   Postid: 71692
brsett
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 2002
Location: SC
Posts: 164
__________________
http://deepcopy.org
programming in the trenches

Last edited by brsett : 07-30-2002 at 01:54 AM.
brsett is offline   Reply With Quote
Old 07-30-2002, 02:01 AM   Postid: 71693
 Terra
CTO FutureQuest, Inc.
 
Terra's Avatar
 
Join Date: Jun 1998
Location: Z'ha'dum
Posts: 7,683
Quote:
Terra, now that you are iptable enabled have you set your default policy to DENY for all services (with logging for all connections)?

Without going into much detail, this is high on my list to solve however FTP PASV mode is causing an headache in this area... There was some security issues with the kernel FTP iptable module that caused concern and put the task temporarily on the backburner... The other issue is some merchant style software that creates short lived listener sockets that appears to be a type of callback anti-spoofing countermeasure... I do not want to impede any merchant style activity, nor do I want to constantly be adjusting the iptable rules to chase around the sockets... It may necessitate the need to custom code a new iptable/netfilter module to deal with this...

As far as logging, there is a separate dedicated logging framework because I don't want a performance hit on the Community Servers...

--
Terra
--it is my job to keep some aspects of our operations obscured from our competition--
FutureQuest


<first post removed due to general grumpiness>

Last edited by Terra : 07-30-2002 at 02:21 AM.
Terra is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 08:06 AM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.