public BreakRepeatingKeyXOR(IGetHammingDistance hammingDistance, ISingleByteXORCipher xorCipher, IFixedXOR fixedXOR, IConvertHex convertor) { _hammingDistance = hammingDistance; _xorCipher = xorCipher; _fixedXOR = fixedXOR; _convertor = convertor; }
public DecryptAESInECBMode(IConvertHex convertor) { _convertor = convertor; }
public virtual void SetUp() { _converter = new ConvertHex(); }