PT_MD5;' returns 1
'echo CRYPT_BLOWFISH;'returns 0
so i will asume, that MD5 is available on my system. But
'echo CRYPT_SALT_LENGTH;' returns 2
and if i test 'crypt('test')'
the string is only encrypted with DES.
Anybody had similar
?
I use PHP 4.0.4pl1 and md5 support is definitively available.
Btw.
> $1$rZelmysN$Gj0rbqD76STIotGExxpna1
>
> SALT
Isn't this just a 8 chars SALT (rZelmysN)?
Best regards
Niklas Neumann
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
d5 exists on your system. PHP will
then generate randomly a md5-salt.'. A bit mistakable I think.
I'll give the translator a wink.
Thanks again and best regards
Niklas Neumann
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
l addresses.
Niklas Neumann
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
> What's the best (secure?) way of transmitting sensitive information
> over email?
Leave the messages on the server and get them via pop3s. Outlook is capable
of pop3 via ssl.
Best regards
Niklas Neumann
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-m
Hello,
is it meant that
session_register("test");
$GLOBALS['HTTP_SESSION_VARS']['test'] = 'Hello World!';
does not work properly (session variable test is not initialized with the
value 'Hello World!') if register_globals is turned on, but when it is
turned off?
Best regards
Niklas
--
P
6 matches
Mail list logo