本文实例讲述了php对文件进行hash运算的方法。分享给大家供大家参考。具体如下:
这段代码非常有用,如果你下载了一个文件,网站提供了hash结果,你可以对你下载下来的文件进行hash运算,以验证下载的文件是否正确。
<html> <head> <title>Hash (Check) Files</title> <style type='text/css'> #ok{color:green;} #nono{color:red;} </style> </head> <body> <"file"]["error"] > 0){ switch($_FILES["file"]["error"]){ case 1: echo "<b id='nono'>Error: The uploaded file exceeds the upload_max_filesize directive in php.ini</b><br>"; break; case 2: echo "<b id='nono'>Error: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.</b><br>"; break; case 3: echo "<b id='nono'>Error: The uploaded file was only partially uploaded.</b><br>"; break; case 4: echo "<b id='nono'>Error: No file was uploaded.</b><br>"; break; case 6: echo "<b id='nono'>Error: Missing a temporary folder.</b><br>"; break; case 7: echo "<b id='nono'>Error: Failed to write file to disk.</b><br>"; break; case 8: echo "<b id='nono'>Error: A PHP extension stopped the file upload.</b><br>"; break; default: echo "<b id='nono'>Unknown error occured.</b><br>"; } } else { echo 'Upload: ' . $_FILES['file']['name'] . '<br>'; echo 'Type: ' . $_FILES['file']['type'] . '<br>'; echo 'Size: ' . (round($_FILES['file']['size'] / 1024, 2)) . ' Kb<br><br>'; if(array_search($_POST['algo'], hash_algos())===false){ echo 'Unknown hashing algorithm requested.<br>'; } else { echo 'Hashing Algorithm: '. $_POST['algo'] . '<br>'; $hash = hash_file($_POST['algo'], $_FILES['file']['tmp_name']); echo 'Calculated hash: ' . $hash . '<br>'; if($_POST['exphash']!=='none' && !empty($_POST['exphash'])){ echo 'Expected hash: ' . $_POST['exphash'] . '<br><br>'; echo ($hash==$_POST['exphash'])"ok">Hash matched expected value.</b>' : '<b id="nono">Hash did not match expected value.</b>'; echo '<br>'; } } } "document.location.reload(true)">Again</button> <"" method="post" enctype="multipart/form-data"> <input type="hidden" name="exphash" value="none"> <label for="file">Filename:</label> <input type="file" name="file" id="file"> <input type="submit" name="submit" value="Submit" /><br> <label>Expected hash(optional): <input type="text" name="exphash" size="100"></label> <br><br>Choose an algorithm (This is the list of all the available algorithms in your php installation)<br> <"<label><input type='radio' name='algo' value='$algo' checked='checked'>$algo</label><br>"; } else { echo "<label><input type='radio' name='algo' value='$algo'>$algo</label><br>"; } } ?> </form> <?php } ?> </body> </html>
希望本文所述对大家的php程序设计有所帮助。
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
暂无评论...
更新日志
2024年11月27日
2024年11月27日
- 凤飞飞《我们的主题曲》飞跃制作[正版原抓WAV+CUE]
- 刘嘉亮《亮情歌2》[WAV+CUE][1G]
- 红馆40·谭咏麟《歌者恋歌浓情30年演唱会》3CD[低速原抓WAV+CUE][1.8G]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[320K/MP3][193.25MB]
- 【轻音乐】曼托凡尼乐团《精选辑》2CD.1998[FLAC+CUE整轨]
- 邝美云《心中有爱》1989年香港DMIJP版1MTO东芝首版[WAV+CUE]
- 群星《情叹-发烧女声DSD》天籁女声发烧碟[WAV+CUE]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[FLAC/分轨][748.03MB]
- 理想混蛋《Origin Sessions》[320K/MP3][37.47MB]
- 公馆青少年《我其实一点都不酷》[320K/MP3][78.78MB]
- 群星《情叹-发烧男声DSD》最值得珍藏的完美男声[WAV+CUE]
- 群星《国韵飘香·贵妃醉酒HQCD黑胶王》2CD[WAV]
- 卫兰《DAUGHTER》【低速原抓WAV+CUE】
- 公馆青少年《我其实一点都不酷》[FLAC/分轨][398.22MB]
- ZWEI《迟暮的花 (Explicit)》[320K/MP3][57.16MB]