So I have this website in which I will ask users to input the following banking information.
- Bank account holder name:
- Bank account number:
- 9 digit routing number:
I need these information from users to pay them by check. And it's necessary for me to store them on my server (I'm using Apache) and display it to admin only.
I've very very limited knowledge of security and encryption.
Please tell me how to make this secured as this isn't sufficiently encrypted. Maybe there should be additional password protection on the page where this info is display?
Oh and does PCI standards apply to banking info as well or just credit card info? If it applies to banking info too then I need to make sure I follow requirement #3 and #4, correct?
Here is the technology I'm using:
Server: Apache
CMS: Drupal
Frameworks: PHP
Please help!