public NetworkCredential Decrypt(NetworkCredential cipher)
 {
     return(cipher.DecryptTripleDES());
 }