DesCipher public class DesCipher : BlockCipher Documentation public DesCipher(byte[] key, CipherMode mode, CipherPadding padding) protected static void DesFunc(int[] wKey, byte[] input, int inOff, byte[] outBytes, int outOff) protected int[] GenerateWorkingKey(bool encrypting, byte[] key) protected virtual void ValidateKey()