private final static byte[] KEY = new byte[]{(byte)-13,(byte)23,
(byte)54,(byte)-29,(byte)12,(byte)-43,(byte)-32,(byte)-10,(byte)75,(byte)82,
(byte)-91,(byte)55,(byte)-36,(byte)-82,(byte)57,(byte)73,(byte)53,(byte)-83};
private TripleDesCipher cipher ;
public Cipher(){
cipher= new TripleDesCipher();
cipher.setKey(KEY);
}