Cerebrus
unread,Jan 1, 2010, 8:55:17 AM1/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
There are various ways to encrypt data depending upon the stringency
of your requirement and the level of the security you desire. If you
require basic encryption, a simple cipher (such as ROT-13) might be
sufficient. If you require high levels, use the encryption classes in
the BCL.
Lots of articles and tutorials can be found by searching for something
like ".net encyrption tutorial".