Create a Blowfish hash with salt
Using this function you can hash your passwords and data with the blowfish encryption method. By adding a salt you can make your hash even more secure to rainbow table attacks. Optionally you can upload a file to calculate a blowfish checksum.
This tool uses eight rounds to encrypt the data. More details about the Blowfish encryption algorithm can be found on the homepage of Bruce Schneier.