<PackageReference Include="SSH.NET" Version="2025.0.0" />

Renci.SshNet.Security.Cryptography.Ciphers.TripleDesCipher

public sealed class TripleDesCipher : BlockCipher, IDisposable
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(); } }