RE: [PHP] Is MD5 still considered safe for storing application user passwords?

2008-12-31 Thread Heysem Kaya
Hi, That's true. It provides a message digest of 128 bits. It's strong collision resistance is 2^64. So finding a collision is hard even though it is proved less secure than SHA-384 and SHA-512. A rule of thumb in technology is utilizing what is needed. If MD5 is sufficient, utilizing more c

[PHP] Configuring interfaces through php

2008-12-23 Thread Heysem Kaya
Hi, I would like to configure the interfaces from a web page. What I should do is (AFAIK) writing reading /etc/network/interfaces and writing it. Rebooting networking after writing process. How can I do it in a practical way? Heysem

[PHP] Any Running Simple Ajax Sample for Php

2008-05-02 Thread Heysem KAYA
Hi, I would like to check each minute whether the user credit is finished and update the relevant place on page. So I have downloaded however was not able to run some sample ajax code. Is there anyone who has such a simple code to implement? Thanks, Heysem Kaya

FW: [PHP] Emerged Sudo Problem with Php

2008-04-22 Thread Heysem Kaya
Hi, I am a newbee in Linux and php. My fellow team members left me a system and I am trying to maintain it. The system is sending sudo messages from php in order to run shell script. Up to last Monday everything with these calls was ok however the system is failing from last week and on. The inter

[PHP] Emerged Sudo Problem with Php

2008-04-22 Thread Heysem KAYA
Hi Everybody, I am a newbee in Linux and php. My fellow team members left me a system and I am trying to maintain it. The system is sending sudo messages from php in order to run shell script. Up to last Monday everything with these calls was ok however the system is failing from last week and on