public static int DecryptInt32(int value)
 {
     return(decrypter.GetInt(value));
 }