We have implemented Encryption Data Manager.
The extension says it cannot be undone Once enabled.
What do we do now to resolve this?
Key ID Key Name Encrypted Tables Usage Rotate (change) Encryption to new key
1 swoon_luxe
orders : 5 record(s)
customers : 2 record(s)
addresses : 3 record(s)
// Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin
define('ADMIN_PATH', 'swoon-admin');
Config has been updated as follows.
// Database Configuration
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', '******');
define('DB_USERNAME', '*********');
define('DB_PASSWORD', '****');
define('DB_DATABASE', *********);
define('DB_PREFIX', *****);
define('SALT',******');
define('UNIQUE_ID',**********);
define('ENCRYPTION_KEYS_DIR', '/ecom/system/keys/');
define('DATA_ENCRYPTION_ENABLED', true);
define('DATA_ENCRYPTION_KEYPAIR', 'swoon_luxe');
?>
This extension requires ADVANCED configuration and attention
Once enabled and data encrypted, there is NO undo and extension can not be disabled!
This extension helps managing encryption keys creation and data migration from open to encrypted tables (initial migration)