Using Blowfish Encryption within .NET
Asked Answered
O

1

14

I am working on a project where I need to undertake Blowfish encryption and decryption. Is there anything out there that others are using to do this within but cannot find anything within a .NET C# environment?

I would ideally like something does not rely on running an exe as this will eventually live on a live server where exe’s are bared!

I have read some of the older posts on SO but nothing suitable.

Any ideas? Thanks

Oratory answered 21/4, 2010 at 9:2 Comment(4)
You can find a c# implementation of the blowfish algorithm here.Mascarenas
Have you got a really good reason for not using .NETs built in AES encryption?Jaquelinejaquelyn
It is beeing forced upon us by our customer. So we are sort of stuck with it.Oratory
Implementation in a single .cs fileAnorthite
D
15

Try to look at http://www.bouncycastle.org/csharp/

It's an open source project (MIT License to be precise) that gives APIs for encryption, including BlowFish

Deflection answered 21/4, 2010 at 9:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.