我正在設立PayPal Pro,並正在考慮如何安全地存儲我的密碼。這是貝寶的測試代碼和評論。我應該如何改變這個以便安全地保護密碼?什麼是存儲Paypal專用密碼的安全方式? (PHP)
我只在這裏存儲1個密碼 - 我們的API密碼。
/**
# 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');
這不是用戶的密碼,它是我們的api密碼 - 這是個好消息 – 2011-01-24 16:11:49