Search results

  1. R

    Password hash

    Ya, I also noticed this before, how about if we cascade the two hash function, shah1() and md5(); will this help to reduce the possibility of crack? 2nd, as what I know, the research team found the collision of this two hash function. Anybody know how often will this collision occur? Is...
  2. R

    Password hash

    Can anybody give me some comment about the hash function such as shah1(), md5(), etc Thank you
  3. R

    Upload progress monitor

    Do any body know how to build a PHP script that can monitor the uploading file status? As I saw most of the file hosting web site is using either javaScript or Flash to to this. Any body know how to do it?
  4. R

    hide extension

    THanks guy. I need this for the security purpose. Somebody told me that by doing this, the hacker will not easy to hack my website without know my programming language. Is that true??
  5. R

    hide extension

    Anybidy know how do i hide the PHP script's extension? example : www.domain.com/flash.php?fmt=2 to www.domain.com/flash?fmt=2
  6. R

    Internal Server Error FOR Perl script

    I don't know why my Perl script will return an 500 Internal Server Error for me. This is the header of my Perl script which is the path to PERL #!/usr/bin/perl -w is that correct? In addition, I have assigned 755 permissions to my cgi-bin folder. Any else I should do before to use the Perl...
Top