Quantcast
Channel: HostGator Peer Support Forums
Viewing all articles
Browse latest Browse all 12024

Why don't PHP CRYPT_BLOWFISH work ??

$
0
0
I tested a simple code:
PHP Code:

if (CRYPT_BLOWFISH == 1) {
    echo 
'Blowfish:     ' crypt('rasmuslerdorf''$2a$07$usesomesillystringforsalt$') . "<br>";


and see nothing. The code work well on my computer.

Why ? and What must I do to CRYPT_BLOWFISH work ?



PS: The code I copied from php.net

Viewing all articles
Browse latest Browse all 12024

Trending Articles