public Decrypter10(MyPEImage peImage, byte[] key) { this.peImage = peImage; this.blowfish = new CsBlowfish(key); }