Hi. Is it possible to create via PHP the same hash made in unix/linux for .htaccess passwords ?
I tried (there's even a hack about...) to use the crypt() function, but never managed to obtain the same hash stored in linux server file...
Generally, how could I obtain STANDARD SHA-1 byte/char sequences ?
Thanks.
I tried (there's even a hack about...) to use the crypt() function, but never managed to obtain the same hash stored in linux server file...

Generally, how could I obtain STANDARD SHA-1 byte/char sequences ?
Thanks.
Comment