Lost Password?

Go Back   CodeCall Programming Forum > Web Development Forum > Database & Database Programming

Database & Database Programming MySQL, Oracle, SQL, PL/SQL, ABAP, Smart Forms, and other databases and languages. A database is an organized body of related information used in many websites (including CC).

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-29-2008, 08:49 PM
Arkanos Arkanos is offline
Newbie
 
Join Date: Mar 2008
Posts: 1
Rep Power: 0
Arkanos is on a distinguished road
Default Need extremely secure to store information or send it

Me and my brother are starting a local business. The purchases will be made online, and we will send the item.

We have everything worked out, except how to safely receive the customer's credit card number. All we need is for it to get from them to us, and the rest is taken care of. However, if even one credit card number is stolen, we are truly screwed.
The safest option, of course, would for them to phone in the credit card number. However, we will not always be around to answer the phone.

So, I'm asking a good programmer or something similar this:

What you advise?
How much would a script cost to SECURELY store or send us the information? I wish I could just have the info emailed to me, but that's just so **** insecure. I'd like it to be in MySQL...as I have had a lot of experience with PHP, and that's what the website will be made it.

PS: I will be using 256bit SSL. Also, whats a good web host for small business?

Double PS: Is this the wrong forum?

Last edited by Arkanos; 03-29-2008 at 08:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 04-01-2008, 11:59 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Mod
 
Join Date: Jul 2006
Age: 35
Posts: 1,584
Rep Power: 22
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default Re: Need extremely secure to store information or send it

As long as you know how the data will be encrypted, you could have the ENCRYPTED credit card info emailed to you, but having an admin form that you view with order information would probably be better. Another option is to host the site on your own server, then you can directly access the information with another program without worrying about a second transmission.
__________________
Code:
int main() {
  set<string> Math, Programming;
  assert(Programming<Math);  
  return 0; }
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-15-2008, 07:03 AM
R-G's Avatar   
R-G R-G is offline
Programmer
 
Join Date: Apr 2007
Location: Europe
Posts: 144
Rep Power: 0
R-G is an unknown quantity at this point
Default

Using cryptographical symmetric computer software algorithms (a stream or block cryptographical cipher algorithm) is not a bad idea, although there are some linear and differential cryptanalysis (more specific partial differential, integral and truncated differential cryptanalysis) for block cryptographical cipher algorithms and so on. There is however no need for distrust.

The solutions are more or less as simple as Winged Panther mentioned.
__________________
Like an angel without a sense of mercy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-15-2008, 10:03 AM
TkTech's Avatar   
TkTech TkTech is online now
Moderator
 
Join Date: Jun 2006
Posts: 628
Rep Power: 50
TkTech is on a distinguished road
Send a message via MSN to TkTech
Default Re: Need extremely secure to store information or send it

1and1.com is a good stable host, the #1 largest host in the world (they own yahoo's datacenters) and provide all the tools you need to register your ssl certificates and various other security features.

For a beginner, its a good starting point.
They also offer more advanced root controlled packages for the more advanced users.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-11-2008, 05:02 PM
DevilsCharm's Avatar   
DevilsCharm DevilsCharm is offline
Programming God
 
Join Date: Jul 2006
Posts: 812
Rep Power: 12
DevilsCharm is on a distinguished road
Default Re: Need extremely secure to store information or send it

You should just conduct transactions through PayPal, that's what I do. Customers can send you credit card payments through that and they will be completely secure; you have no worries about the numbers getting stolen. Also, an SSL certificate is good to have.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best place to store information in the registry Void General Programming 1 06-26-2006 05:44 PM


All times are GMT -5. The time now is 10:33 PM.

Contest Stats

No contest at this time. Please check back later.

Ads