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

Renci.SshNet.Security.Cryptography.Ciphers.Arc4Cipher

public sealed class Arc4Cipher : StreamCipher
Implements ARCH4 cipher algorithm
namespace Renci.SshNet.Security.Cryptography.Ciphers { public sealed class Arc4Cipher : StreamCipher { public Arc4Cipher(byte[] key, bool dischargeFirstBytes); } }