Categories

Basic Encryption/Decryption Example C#

I have just added a new code snippet to the site, one that deals with simple encryption/decryption of strings.

View here

String Encrypter

Here is a simple method for encrypting and decrypting strings.

This example can be used to encrypt database connection strings and other important information.

Download here