I\'ve written a script that reads through all files in a directory and returns md5 hash for each file. However, it renders nothing for a rather large file. I assume that t
you could achieve it with command line
shell_exec('md5sum -b '. $fileName);