Renci.SshNet.Security.Cryptography.Ciphers.TripleDesCipher
Implements 3DES cipher algorithm.
namespace Renci.SshNet.Security.Cryptography.Ciphers
{
public sealed class TripleDesCipher : DesCipher
{
public TripleDesCipher(byte[] key, CipherMode mode, CipherPadding padding);
}
}