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