Just wondering, does anyone know if the crypt() function in PHP will always
return a 34 character string if not salted? I want to encrypt my user's
passwords into a database and I want to make sure I give the right length. I
have tried some tests on both windows platform and FreeBSD and it seems to
be consistent.
--
::Paul Fournier::
::Programmer/Analyst::
::Center for the Digital Arts::
::1455, boul. de Maisonneuve O., VA 03-1::
::Montreal, Quebec. H3G 1M8::
::Tel.848-2424 ext 4322, Cell.576-6451, Fax.848-4599::
return a 34 character string if not salted? I want to encrypt my user's
passwords into a database and I want to make sure I give the right length. I
have tried some tests on both windows platform and FreeBSD and it seems to
be consistent.
--
::Paul Fournier::
::Programmer/Analyst::
::Center for the Digital Arts::
::1455, boul. de Maisonneuve O., VA 03-1::
::Montreal, Quebec. H3G 1M8::
::Tel.848-2424 ext 4322, Cell.576-6451, Fax.848-4599::
Comment