osCmax v2.5 User Manual
Results 1 to 9 of 9

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

      
  1. #1
    New Member
    Join Date
    Feb 2003
    Posts
    20
    Rep Power
    0


    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?

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    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 Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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 Documentation

  3. #3
    New Member
    Join Date
    Feb 2003
    Posts
    20
    Rep Power
    0


    Default

    Thanks - does this module store the order details in the admin pages too (apart from the cc details?).

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    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 Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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 Documentation

  5. #5
    Active Member
    Join Date
    Nov 2002
    Location
    Sydney
    Posts
    242
    Rep Power
    10


    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

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    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 Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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 Documentation

  7. #7
    Active Member
    Join Date
    Nov 2002
    Location
    Sydney
    Posts
    242
    Rep Power
    10


    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

  8. #8
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default

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


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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 Documentation

  9. #9
    New Member
    Join Date
    Feb 2003
    Posts
    20
    Rep Power
    0


    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

Similar Threads

  1. Help please! Warning: session_save_path(): SAFE MODE Restri
    By bluecat76 in forum osCommerce 2.2 Discussion
    Replies: 0
    Last Post: 11-15-2005, 06:20 AM
  2. search engine safe URL's
    By groggory in forum osCmax v1.7 Discussion
    Replies: 6
    Last Post: 01-24-2005, 10:27 AM
  3. Spider Safe URLs?
    By operadivamommy in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 09-10-2004, 09:04 AM
  4. need help with search-engine safe URLs
    By evilsmurf in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 02-23-2004, 07:28 AM
  5. Safe Mode OFF !!! Help Please
    By oliverm in forum osCommerce 2.2 Installation Help
    Replies: 8
    Last Post: 03-07-2003, 12:19 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •