Renci.SshNet.Security.Cryptography.Ciphers.TripleDesCipher
Implements 3DES cipher algorithm.
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
public sealed class TripleDesCipher : BlockCipher, IDisposable
{
public TripleDesCipher(byte[] key, byte[] iv, System.Security.Cryptography.CipherMode mode, bool pkcs7Padding);
public void Dispose();
}
}