<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />

DesParameters

public class DesParameters : KeyParameter
public const int DesKeyLength = 8

public DesParameters(byte[] key)

public DesParameters(byte[] key, int keyOff, int keyLen)

public static bool IsWeakKey(byte[] key, int offset)

public static bool IsWeakKey(byte[] key)

public static bool IsWeakKey(ReadOnlySpan<byte> key)

public static byte SetOddParity(byte b)

public static void SetOddParity(byte[] bytes)

public static void SetOddParity(byte[] bytes, int off, int len)

public static void SetOddParity(Span<byte> bytes)