Blowfish CFB64 (C++ implementation)

05/01/2012 19:56 CptSky#1
In a project I have (not CO2 related), I use Blowfish with the Cipher Feedback (CFB64) mode. So, I made a C++ implementation. As the project will be open-source at some point. I don't care of releasing my implementation.

Header:

Source:
05/01/2012 21:11 bone-you#2
Love it.
05/01/2012 21:37 I don't have a username#3
Thanks a lot for this. :)!
05/01/2012 21:59 CptSky#4
I released the wrong version. It wasn't the revised one! If you used the first one, just update it, else, it will crash... Only the source codes has been changed.
05/02/2012 04:18 Mr_PoP#5
a question why did you implement it while there is already an open source for it in OpenSSL ?
05/03/2012 03:24 CptSky#6
Quote:
Originally Posted by Mr_PoP View Post
a question why did you implement it while there is already an open source for it in OpenSSL ?
I don't want to depend of anyone. I want to avoid others implementation. It's good to learn things.
05/04/2012 06:25 ImFlamedCOD#7
I'm so happy , finally some one puts somethings useful out. Word on Cpt.