posted on Saturday, October 02, 2004 5:38 PM by deepak

Encryption Wrapper in .NET

Rich Encryption Wrapper for .NET

.NET provides rich support for Encryption in its System.Security.Cryptography namespace.

Of late, I was searching for some info when I came across this XCrypt Component for Encryption in .NET.

Check it out @ http://www.codeproject.com/csharp/XCrypt.asp 

It supports almost all Encryption types in .NET and provides an elegant wrapper for the same. It supports both hashing and non-hashing algorithms within it.

Comments