Problem/Motivation

When the API login details values entered on /admin/config/services/eloqua are exported to configuration, the values are exported as plain-text. These values should be obfuscated so that the values are not in plain-text.

Proposed resolution

The Encryption module (https://www.drupal.org/project/encryption) can be used to implement a simple two-way solution to encrypt/decrypt these values.

Comments

edwardchiapet created an issue. See original summary.

edwardchiapet’s picture

Attached is a patch that implements 2-way encryption using the "Encryption" module so that values exported are not in plain-text.

edwardchiapet’s picture

Assigned: edwardchiapet » Unassigned
Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: eloqua_rest_api-implement-2-way-encryption-2920351.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.