Tagged Questions
9
votes
5answers
621 views
Is it worth the effort to store FTP passwords encrypted?
I have a project to build a system that needs to push files to multiple third-party FTP servers. I have asked these third parties to provide a more secure interface; all have declined. So now I have ...
5
votes
1answer
362 views
What is the value of encrypting a payload when it will be transferred over sftp anyway?
We have a integration arrangement to send content across the internet and the agreed protocol encrypts then sends it via sftp.
What possible reason coould there be to encrypt the content twice?
I ...