Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need a progam in C++ that implements the blowfish algorithm and can be used to encrypt and decrypt a text file.

Thanks in advance!
Posted
Updated 27-Feb-11 20:58pm
v3

There is an article here on CP: A C++ Implementation of the Blowfish Encryption/Decryption method[^].

Hope that helps you!
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 28-Feb-11 3:08am    
Great and quick, my 5.
--SA
Hi Reena,

Please find out the source code of Blowfish algorithm on below link.

Down load from http://www.schneier.com
 
Share this answer
 
v3
Comments
Sergey Alexandrovich Kryukov 17-Apr-11 1:06am    
Laxmikant Yadav, please spell check and format appropriately
--SA

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