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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | eloqua_rest_api-implement-2-way-encryption-2920351.patch | 20.62 KB | edwardchiapet |
Comments
Comment #2
edwardchiapetAttached is a patch that implements 2-way encryption using the "Encryption" module so that values exported are not in plain-text.
Comment #3
edwardchiapet