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 ...



Find us on Facebook
Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Connect with Facebook Register FAQDonate Members List Calendar Mark Forums Read


Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-07-2003, 04: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, 10:03 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,742
Thanks: 139
Thanked 609 Times in 521 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

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-07-2003, 11:09 AM
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, 11:57 AM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,742
Thanks: 139
Thanked 609 Times in 521 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

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-08-2003, 01:46 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 181
Thanks: 19
Thanked 1 Time in 1 Post
Rep Power: 8
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, 01:55 PM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,742
Thanks: 139
Thanked 609 Times in 521 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

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 03-11-2003, 02:49 PM
Active Member
 
Join Date: Nov 2002
Location: Sydney
Posts: 181
Thanks: 19
Thanked 1 Time in 1 Post
Rep Power: 8
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, 09:36 PM
michael_s's Avatar
osCMax Developer


 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 15,742
Thanks: 139
Thanked 609 Times in 521 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

*** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers ***

Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.

osCMax User Manual - osCMax Templates - Advanced Template Tutorial

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 06:20 AM
search engine safe URL's groggory osCMax v1.7 Discussion 6 01-24-2005 10: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 07:28 AM
Safe Mode OFF !!! Help Please oliverm osCommerce 2.2 Installation Help 8 03-07-2003 12:19 AM


All times are GMT -8. The time now is 11:58 AM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2009 osCMax
Inactive Reminders By Icora Web Design