blah blah blah is here! blah blah » Close

0
votes
1 answers

3DES encryption

Hello, I am trying to make an application which needs to encrypt and decrypt data using 3DES. I found this example in MSDN on how to use the TripleDesCryptoServiceProvider class http://msdn.microsoft.com/en-us/library/system.security.crypt ...

0
votes
1 answers

Storing an array in config file

Hello, I am familiar on how to store configuration variables in the app.config file using ConfigurationManager.AppSettings[], however, I would like to be able to store and array of IP addresses in the config file from which the user can ad ...

Feedback