Trying to make some use out of the extra time I have being unemployed I started playing with creating Extension methods which became available with .NET 3.0. Cool functionality when you want to add functionality without altering the original code. I posted an article out on Code Project (http://www.codeproject.com... that shows how to create an extension for System.String and allows the user to encrypt/decrypt any string object without knowing anything about using ......