admin管理员组

文章数量:1130349

1、Windows 系统

certutil -hashfile filename MD5
certutil -hashfile filename SHA1
certutil -hashfile filename SHA25

2、Linux 系统

md5sum <filename>
sha1sum <filename>
sha256sum <filename>

1、Windows 系统

certutil -hashfile filename MD5
certutil -hashfile filename SHA1
certutil -hashfile filename SHA25

2、Linux 系统

md5sum <filename>
sha1sum <filename>
sha256sum <filename>

本文标签: 文件系统LinuxWindowshash