Hi...
I making a script which can make passwords for .htaccess using MCRYPT, but I can't find a way to do this.
I've tried $encrypted_data = mcrypt_ecb (MCRYPT_DES, " ", "$pass", MCRYPT_ENCRYPT);
But this makes a strange output...
Could anyone help?