Basic Encryption/Decryption Example C#

Posted by DeltaWolf7 | Posted in Project News | Posted on 22-07-2009

Tags: , ,

0

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

View here

String Encrypter

Posted by DeltaWolf7 | Posted in Project News | Posted on 22-07-2009

Tags: , , ,

0

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