bluehousegroup / silverstripe-pardot

BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Pardot Password Two Way encryption #1

Closed easher closed 9 years ago

easher commented 9 years ago

Currently there is no encryption implemented for the pardot password. Two way encryption is needed as the password is part of the authentication to the Pardot API.

The function getPardotCredentials() in PardotConfig.php is where an encrypted pardot password should be reversed in the plugin. This function is used to get pardot credentials throughout the plugin.

andrewvt commented 9 years ago

two way encryption completed