DesCipher public class DesCipher : CipherBase Documentation protected int[] DecryptionKey { get; } protected int[] EncryptionKey { get; } public DesCipher(byte[] key, byte[] iv) protected static void DesFunc(int[] wKey, byte[] input, int inOff, byte[] outBytes, int outOff) protected static int[] GenerateWorkingKey(bool encrypting, byte[] key)