Get MD5 Checksum for Very Large Files

前端 未结 5 2079
情歌与酒
情歌与酒 2021-01-18 01:27

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

5条回答
  •  不要未来只要你来
    2021-01-18 02:05

    FYI....in case someone needs a fast md5()check-sum. PHP is pretty fast even with the larger files. This returns the check-sum on Linux Mint .iso (size 880MB) in 3 sec.

    
    

提交回复
热议问题