MD5SUM(1) | 用戶命令 | MD5SUM(1) |
md5sum - 計算並校驗 MD5 信息摘要
md5sum [選項]... [文件列表]...
輸出或檢查 MD5 (128位) 校驗和。
如果沒有指定文件,或者指定文件爲“-”,則從標準輸入讀取。
校驗和按照 RFC 1321 描述的方式進行計算。在校驗過程中,其輸入內容應當爲該程序先前的輸出內容。默認模式是輸出一行文字,包含校驗和、一個空格、一個指示輸入模式的字符('*' 表示二進制輸入,空格表示字符輸入)以及每個文件的名稱。
注意:GNU 系統上二進制模式和文本模式沒有區別。
不要爲與安全相關的目的使用 MD5 算法。作爲替代,請使用一個 SHA-2 算法,它們分別在 sha224sum(1)、sha256sum(1)、sha384sum(1)、sha512sum(1) 這些程序中實現;或者請使用 BLAKE2 算法,它在 b2sum(1) 程序中實現
由 Ulrich Drepper, Scott Miller 和 David Madore 編寫。
GNU coreutils 的在線幫助:
<https://www.gnu.org/software/coreutils/>
請向 <https://translationproject.org/team/zh_CN.html>
報告翻譯錯誤。
Copyright © 2020 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
完整文檔請見:
<https://www.gnu.org/software/coreutils/md5sum>
或者在本地使用: info
'(coreutils) md5sum invocation'
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2020年三月 | GNU coreutils 8.32 |