Top "Blowfish" questions

Blowfish is a block cipher designed in 1993 to be fast on the general purpose CPUs of the time.

What is the correct format for a blowfish salt using PHP's crypt?

I have read the information provided on the PHP Manual Entry for crypt(), but I find myself still unsure of …

php hash salt blowfish crypt
How to automatically generate salt for crypt method with blowfish

I have just started learning PHP and I want to create a website with a login for my final year …

php passwords blowfish crypt
Using Android NDK for encryption of data passed from normal android app

Is it possible and worth trying to develop some server application using android NDK which will encrypt data (or just …

android encryption android-ndk blowfish
BCrypt: How to determine whether two hashes refer to the same password

I wonder how BCrypt can infer the correctness of a entered password, if the generated hash is different for each …

hash bcrypt blowfish
Blowfish encryption in php

I'm writing an encryption to my application and website, but I don't know how to correctly encrypt the string in …

php encryption blowfish