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

DesEdeParameters

public const int DesEdeKeyLength = 24

public DesEdeParameters(byte[] key)

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

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

public static bool IsReal2Key(ReadOnlySpan<byte> key)

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

public static bool IsReal3Key(ReadOnlySpan<byte> key)

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

public static bool IsRealEdeKey(ReadOnlySpan<byte> key)

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

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

public static bool IsWeakKey(byte[] key)

public static bool IsWeakKey(ReadOnlySpan<byte> key)