public static Array DecryptArray(byte[] array)
 {
     return(decrypter.DecryptArray(array));
 }