osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Is this really safe?

This is a discussion on Is this really safe? within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Split Credit Card E-Mail Address Is this standard practice for those who already have an offline terminal? I'm just wondering ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-07-2003, 05:44 AM
New Member
 
Join Date: Feb 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Rodland
Default Is this really safe?

Split Credit Card E-Mail Address

Is this standard practice for those who already have an offline terminal? I'm just wondering how safe this is? Should there not be some kind of encryption?

What would be most neat would be if the credit card details arrived encrypted into the admin pages and these encrypted details could be copied and pasted onto my desktop and decrypted by pgp ???

Anyone?

Anyone done this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 03-07-2003, 11:03 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

The standard CC class is not secure, and I don't recommend using it. There is a GPG email encryption module that I recommend. It encrypts the order info and emails it to you. You decrypt it through your email client. Works like a charm. Get it over at oscommerce.com contributions section.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-07-2003, 12:09 PM
New Member
 
Join Date: Feb 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Rodland
Default

Thanks - does this module store the order details in the admin pages too (apart from the cc details?).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 03-07-2003, 12:57 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Actually, all it does is email you the order number and CC#. All the rest of the details are stored in the database.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-08-2003, 02:46 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 124
Thanks: 10
Thanked 0 Times in 0 Posts
Rep Power: 6
ozstar is on a distinguished road
Default

Found the contrib, but the install instructs are a bit loose.... (quote)

"You have to change the path to gpg, the dir where your keys reside and the recipient's email address" (unquote)

This is the only place I can see in ccgpg.

1. recipient I get okay.. sales@myplace.com
2. home/equin-m/temp - not sure about the temp dir as I don't have one yet. home/ID/www/temp???
3. gpg path - you got me!

-----------------
one function after_process() {
global $HTTP_POST_VARS, $insert_id;

if ( (defined('MODULE_PAYMENT_CCGPG_ENCRYPT')) && (MODULE_PAYMENT_CCGPG_ENCRYPT == 'GPG') ) {
$message = 'Order #' . $insert_id . "\n\n" . 'Number: ' . $this->cc_complete . "\n\n";
$tmpToken = md5(uniqid(rand()));
$plainTxt = "/home/equine-m/temp/" . "$tmpToken" . "anca";
$crypted = "/home/equine-m/temp/" . "$tmpToken" . "anca.asc";
$gpghome="/home/equine-m/"; //where is your pubring? That dir has to have write access.
$gpgpath="gpg"; //where is the executable
$gpgrecipient="Glen Ross (emailkey) <glenr@datafast.net.au>"; //the key used for encryption
$fp = fopen($plainTxt, "w+");
fputs($fp, $message);

_____

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 03-08-2003, 02:55 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

1. OK
2. Make a dir named temp in your account, and consrtuct the correct path to it.
3. gpg path is usually just gpg, but from the shell, type whereis gpg and it will tell you the path.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 03-11-2003, 03:49 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 124
Thanks: 10
Thanked 0 Times in 0 Posts
Rep Power: 6
ozstar is on a distinguished road
Default

I now have the gpg path.. /usr/bin/gpg

But in 'install' it says go to Admin and press the button to enable it.

This I can't see. Where is it in Admin.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 03-11-2003, 10:36 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

It will be under the modules/payment section of the Admin... It is the disabled Credit Card module...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 07-05-2003, 05:43 AM
New Member
 
Join Date: Feb 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Rodland
Default gpg executable

I'm in the process of installing this module but I'm having a few problems with the executable gpg file.

I don't have command line access for my server so can't type whereis gpg but I can access all the directories and can't find it anywhere.

I have installed GPG on my personal computer and am able to encrypt and decrypt data and export public keys.

I have created the temp folders and uploaded the public key to the relevant directory on my server. But the only gpg executable I can find is on my personal computer under the hidden path /usr/local/bin/gpg

How on earth do I get this to my server? If I have to install it rather than upload it how do I do this and will this make the private and public keys I've created on my personal computer redundant?

CMR
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

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
Help please! Warning: session_save_path(): SAFE MODE Restri bluecat76 osCommerce 2.2 Discussion 0 11-15-2005 07:20 AM
search engine safe URL's groggory osCMax v1.7 Discussion 6 01-24-2005 11:27 AM
Spider Safe URLs? operadivamommy osCMax v1.7 Discussion 0 09-10-2004 09:04 AM
need help with search-engine safe URLs evilsmurf osCommerce 2.2 Installation Help 2 02-23-2004 08:28 AM
Safe Mode OFF !!! Help Please oliverm osCommerce 2.2 Installation Help 8 03-07-2003 01:19 AM


All times are GMT -8. The time now is 07:26 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax