views:

72

answers:

4

That is not GPL. I'm looking for a Cryptography library for C# that can be used in commercial applications either for free, or for a small price.

+1  A: 

Bouncycastle has a C# library that is very liberally licensed.

GregS
It is exactly what I need, but either the site is down or it's blocked in my country (Switzerland). Bizarre. I've checked the mirrors, but they aren't up to date...
cam
The site also appears down from the USA. I suspect it is simply down for maintenance or crashed. I believe it is located in Australia.
GregS
It looks like it's up again.http://downforeveryoneorjustme.com/http://www.bouncycastle.org/
Andrew Lewis
A: 

For stable, well-supported and updated library check SecureBlackbox

Eugene Mayevski 'EldoS Corp
A: 

Check out the CLR Security library on CodePlex.

dthorpe
+1  A: 

Mono's runtime is LGPL, and not only does it have a mostly complete System.Security.Cryptography implementation, but also Crimson which is a superset of the former.

Mauricio Scheffer