Passwords stored in the clear
-
Using PayPal Payments Pro 2.0 (PayFlow). We just noticed that the paypal password is stored in the clear.
select option_value From wp_options where option_name = ‘woocommerce_paypal_pro_payflow_settings’;
Why? This just seems like plain bad practice, especially when it comes to working with financial institutions. Maybe this is something PayPal requires? Are there any plans to encrypt these passwords or perhaps use OAuth instead of traditional passwords for authenticating to paypal?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Passwords stored in the clear’ is closed to new replies.