Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osC OpenSSL Encryption with jCryption


Dr. Rolex

Recommended Posts

osC OpenSSL Encryption with jCryption

- Support thread -

 

Without a SSL certificate the data posted on your shop might be visible to third parties, e.g. your admin username and password.
With this Add-On all form data will be encrypted using OpenSSL before it's posted to the server and then decrypted on your server, greatly enhancing the security for you and your customers.

 

How does this work

  1. client requests RSA public key from server
  2. client encrypts a randomly generated key with the RSA public key
  3. server decrypts key with the RSA private key and stores it in the session
  4. server encrypts the decrypted key with AES and sends it back to the client
  5. client decrypts it with AES, if the key matches the client is in sync with the server and is ready to go
  6. everything else is encrypted using AES

Source: http://www.jcryption.org/#howitworks

 

Features for this Revision:

  • Support for and tested on osCommerce 2.3.4
  • Should work for most osCommerce versions with minimum modification.
  • Tested successfully on Google Chrome, Firefox and IE
  • Encrypts all Form Data with OpenSSL
  • Works on both catalog and admin side of shop
  • Uses jCryption library.
  • Screenshots included in package.

 

 

Download Add-On here: http://addons.oscommerce.com/info/9333

Edited by Dr. Rolex
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...