Devv.Core.Crypto
Devv.Core.Crypto is an encryption library written in VB.NET. It supports all the major Cipher and Hash algorithms: RC2, DES, TripleDES, AES (Rijndael), SHA and MD5. The configuration can be done using the application settings file, and it's quite easy to implement.
Brought to you by Devv: http://devv.com/

Default configuration
Use the Config class to set the default configuration for the library. The default initial values are:
  • Encoding: UTF8
  • Hexa: False (if true will return results as hexadecimal values with no special characters)
  • Key: Crypto00
  • IV: {1, 3, 10, 55, 70, 90, 240, 2}
  • AutoAdjustKeyLength: True (will add/remove extra characters to the key and IV if its length is not correct)

Compatibility
This library is compiled on .NET 3.5, but should work with any version of .NET from 2.0 onwards.

Translations needed
If you speak Spanish, German, French, Italian, Swedish... whatever, you can help us translating the resource files. Right now there are just 2 messages to be translated, both available in Messages.resx.

Donate!
This library is available for free, but web hosting and development time are not. If you want to support us, please click here to donate via PayPal. Any amount is appreciated!
Last edited May 20 at 4:11 PM by igoramadas, version 6

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987