Click here to Skip to main content
15,904,823 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi , I need a free encryption library (.dll) that is free and I can encrypt files and messages with algorithms such as Seal and dragon and many other encryption algorithms that are not in the .net framework, I need to be able to use the library in VB.Net please!
Posted
Comments
Tarakeshwar Reddy 15-May-10 23:24pm    
Do not repost the question. Updating your original question will push it to the top of quick answer page.

1 solution

You may have trouble finding a free implementation of the SEAL cipher as IBM owns the two patents that cover it.

Have a look at Bouncy Castle[^] which has a version written in C# that you can use in your VB.Net projects.

If you want it for a NON-commercial use have a look at LLCryptoLib[^], this is free for non-commercial use.

Haven't heard of the dragon cipher unless you are talking about the serpent cipher which is a part of Bouncy Castle.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900