Can someone please show me an example usage of Schneier's Blowfish code (http://www.schneier.com/code/bfsh-sch.zip), i.e. encrypting and decrypting a string with a given key, in C or C++?
Thanks in advance.
Edit: this is not a homework assignment.
|
Can someone please show me an example usage of Schneier's Blowfish code (http://www.schneier.com/code/bfsh-sch.zip), i.e. encrypting and decrypting a string with a given key, in C or C++? Thanks in advance. Edit: this is not a homework assignment. |
|||||||||||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Here is a test
Please make sure the header file name's character case. Also note the file name Also have a look at Paul Kocher's Implementation from this page : http://www.schneier.com/blowfish-download.html |
|||||||||
|