I'm setting up Paypal Pro and am considering ways to store my password securely. This is Paypal's testing code and comments. How should I change this in order to securely protect the password?
I am only storing 1 password here - our API Password.
/**
# API_password: The password associated with the API user
# If you are using your own API username, enter the API password that
# was generated by PayPal below
# IMPORTANT - HAVING YOUR API PASSWORD INCLUDED IN THE MANNER IS NOT
# SECURE, AND ITS ONLY BEING SHOWN THIS WAY FOR TESTING PURPOSES
*/
define('API_PASSWORD', 'LJKL235JL532K35');