My bank does not have an API so I want my server to log in and check incoming payments to notify me if a client has paid or not.
I would like the server to log in and scrape using Beautifulsoup and then logout automatically once a day.
If I store my username and password on the server and not in a file and only allow SSH login: would this be a secure enough way to go about this?
edit
let me clarify, i will store the username and password salted and hashed, but the decryption key i will store in the servers memcache and no were on file, then i manually export this key to memory on each machine reboot. also login will only be via a key