Hi All,
We are using the Tamir.SharpSsh for establishing a SFTP connection b/w our application and a Bank's server for file transfer. Recently got an intemation from the bank that there are going to remove the support MAC-MD5
They infromed us that we will remove MD5 as a supported cryptographic hashing algorithm for message authentication codes (MACs) for Secure File Transfer Protocol (SFTP) automated transmissions. We will continue to support the SHA-1 cryptographic hashing algorithm for MACs.
So could any body tell me how to change the MAC in Tamir.SharpSsh to support SHA-1 .
Hi All,
We are using the Tamir.SharpSsh for establishing a SFTP connection b/w our application and a Bank's server for file transfer. Recently got an intemation from the bank that there are going to remove the support MAC-MD5
They infromed us that we will remove MD5 as a supported cryptographic hashing algorithm for message authentication codes (MACs) for Secure File Transfer Protocol (SFTP) automated transmissions. We will continue to support the SHA-1 cryptographic hashing algorithm for MACs.
So could any body tell me how to change the MAC in Tamir.SharpSsh to support SHA-1 .
If you refere to the http://www.tamirgal.com/blog/page/sharpssh.aspx we see that the MAC support is showing as
MAC-hmac-md5.
Or could any body let me know any other 3rd party SFTP dll which support SHA-1 hashing algorithm.