Author Topic: Encryption Data Manager Set-up Help please!  (Read 6370 times)

Offline bab

  • Newbie
  • *
  • Posts: 33
  • Karma: +1/-1
    • View Profile
Encryption Data Manager Set-up Help please!
« on: November 07, 2013, 07:55:57 PM »
Abantecart is Epicly Awesome! and easy to use.

I need help setting up my Encryption Data Manager in the extension.
Do I need to enter theses key in my back end panel? or will it be automatically created for me?

define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');
define('DATA_ENCRYPTION_ENABLED', true);

Please let me know how to do this or what folder I should be looking for? Thank you  :)

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Encryption Data Manager Set-up Help please!
« Reply #1 on: November 08, 2013, 01:43:56 AM »
Abantecart is Epicly Awesome! and easy to use.

I need help setting up my Encryption Data Manager in the extension.
Do I need to enter theses key in my back end panel? or will it be automatically created for me?

define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');
define('DATA_ENCRYPTION_ENABLED', true);

Please let me know how to do this or what folder I should be looking for? Thank you  :)

Hello. According to extension help manual You should add this lines to /system/config.php file. Use FTP software or hosting Cpanel filemanager to locate folder where AbanteCart installed and then ../system/config.php file

Do not forget to backup database and files before Encryption and file modify.

Offline bab

  • Newbie
  • *
  • Posts: 33
  • Karma: +1/-1
    • View Profile
Re: Encryption Data Manager Set-up Help please!
« Reply #2 on: November 08, 2013, 02:09:42 AM »
Thank you for the response.  :) that was very helpful information. Are these keys also linked to :

Encryption Key: Please provide a secret key that will be used to encrypt private information when processing orders.

Or is this something entirely different. And if it's different where do I store the Encryption Data Menagerie keys. Please explain, I'm no tech savvy person but I'm seeing how simple you guys made abantecart for people like me. Thank you

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Encryption Data Manager Set-up Help please!
« Reply #3 on: November 08, 2013, 08:32:33 AM »
Encryption Key: Please provide a secret key that will be used to encrypt private information when processing orders.

Or is this something entirely different. And if it's different where do I store the Encryption Data Menagerie keys. Please explain, I'm no tech savvy person but I'm seeing how simple you guys made abantecart for people like me. Thank you

No. This is different key. This is generic key to be used in orders. It is not related to data encryption stored in the database.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline bab

  • Newbie
  • *
  • Posts: 33
  • Karma: +1/-1
    • View Profile
Re: Encryption Data Manager Set-up Help please!
« Reply #4 on: November 13, 2013, 06:58:20 PM »
Ok Thank you guys for being very helpful!

I set it up and followed the directions from the documentation manual. But now I checked the error log when it told me to and now I get this in the error log:

2013-11-13 23:27:13 - Error: SSL Encryption failed! Missing public key

Please explain to me how to I fix this.

Thank you  :)

 

Powered by SMFPacks Social Login Mod