Personal tools
User menu

Difference between revisions of "Blowfish Encryption Tool"

From Francois Louw

Jump to: navigation, search
(Description of Blowfish Algorithm)
 
Line 1: Line 1:
 
<metadesc>Blowfish Encryption Tool</metadesc>
 
<metadesc>Blowfish Encryption Tool</metadesc>
 
__NOTOC__
 
__NOTOC__
[[projects|Back To All Projects Page]]
+
[[Projects|Back To All Projects Page]]
 
+
'''A usefull tool to encrypt and decrypt your files'''
+
  
 +
[[Main Page|Back To Main Page]]
 +
----
 +
'''A useful tool to encrypt and decrypt your files'''
 
<br clear=all>
 
<br clear=all>
==Description==
+
=Description=
There are many encryption algoriths on the market today, and most of them are patented or secret. Some are open but need royalties to use them. But luckily there is the Blowfish algorithm. As stated by its creator Bruce Schneier '' "Blowfish is unpatented, and will remain so in all countries. The algorithm is hereby placed in the public domain, and can be freely used by anyone."''  
+
There are many encryption algorithms on the market today, and most of them are patented or secret. Some are open but need royalties to use them. But luckily there is the Blowfish algorithm. As stated by its creator Bruce Schneier '' "Blowfish is unpatented, and will remain so in all countries. The algorithm is hereby placed in the public domain, and can be freely used by anyone."''  
  
 
So lets make good use of the generosity and have ourselves a free, fully open source ([[Gplv3]]) implementation of the Blowfish algorithm.
 
So lets make good use of the generosity and have ourselves a free, fully open source ([[Gplv3]]) implementation of the Blowfish algorithm.
Line 13: Line 14:
 
You are free to use this for personal and commercial use. You are not allowed to make money using my implementation. Do not hotlink to the download or claim that it is yours, rather link to this project page!
 
You are free to use this for personal and commercial use. You are not allowed to make money using my implementation. Do not hotlink to the download or claim that it is yours, rather link to this project page!
  
==Description of Blowfish Algorithm==
+
=Description of Blowfish Algorithm=
 
I am lazy now so my whole explanation and analysis of the source code will be done later.  But here is a good wiki link [http://en.wikipedia.org/wiki/Blowfish_(cipher) Blowfish Wikipedia]
 
I am lazy now so my whole explanation and analysis of the source code will be done later.  But here is a good wiki link [http://en.wikipedia.org/wiki/Blowfish_(cipher) Blowfish Wikipedia]
  
==Download==
+
=Download=
 
Zipped exe with source code is [http://aeif.info/files/blowfish/blowfish.zip Here]
 
Zipped exe with source code is [http://aeif.info/files/blowfish/blowfish.zip Here]

Latest revision as of 12:05, 24 July 2014