I have a Tru64 UNIX box that is FTPing data to our Windows SFTP server on the extranet. A vendor later comes alongs and picks up this data with their SFTP solution. I don't know if they are Lynux or Windows.
Problem Description: SFTP is just an encrypted tunnel during the transfer process. I need to encrypt the data as soon as it arrives to our extranet sftp server. Later when the vendor picks up the data they must be able to unencrypt this data that i encrypted once they have picked it up.
Are there any PowerShell encryption manuevers that I could employ?