.NET Encryption LibraryThis COM-accessible full-featured encryption library supports all of the .NET encryption types because it's made in .NET! Use it from:
ASP VB 6 VC++ FoxPro C# VB.NET J# Any other language that supports COM or .NET Supported encryption types include:
'Create a new instance of the Symmetric encryption class:
Dim oEnc As New Utilant_Encryption.Symmet ric
'Set the Algoritm to use:
oEnc.Algorithm = "3DES"
'Set the Key:
oEnc.Key = "My Shared Key"
'Encrypt the data:
EncryptedData = oEnc.EncryptString("My Secret Data")
Features also include CSP private key storage and retrieval, support for PKCS #12, DER encoded binary X.509 certificates, and more.
Purchase includes unlimited internal developer use, royalty-free distribution, complete MSDN-style API documentation, and sample code for symmetric and asymmetric encryption in ASP, VB6, C#, and VB.NET.
Don't be fooled by companies trying to sell encryption libraries for well over $100. We feel purchasing this utility should be as easy as using it!