[PHP] Session variables and register_global

2001-04-04 Thread Niklas Neumann
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

[PHP] crypt() and md5

2001-04-23 Thread Niklas Neumann
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

Re: [PHP] crypt() and md5

2001-04-23 Thread Niklas Neumann
? 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

Re: [PHP] crypt() and md5

2001-04-23 Thread Niklas Neumann
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

Re: [PHP] crypt() and md5

2001-04-23 Thread Niklas Neumann
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]

Re: [PHP] Sensitive Information (like CC)

2001-04-24 Thread Niklas Neumann
> 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