win中
查看MD5值:
certutil -hashfile 文件名 MD5
查看 SHA1
certutil -hashfile 文件名 SHA1
查看SHA256
certutil -hashfile 文件名 SHA256
Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 PS C:\WINDOWS\system32> certutil -hashfile "J:\数据仓库\software\oracle database\19c\Oracle Database 19.2.0.0.0 for Linu x x86-64\V981623-01.zip" MD5 MD5 的 J:\数据仓库\software\oracle database\19c\Oracle Database 19.2.0.0.0 for Linux x86-64\V981623-01.zip 哈希: e7a4be57c6bb0f1977e56e280447a9cf CertUtil: -hashfile 命令成功完成。 PS C:\WINDOWS\system32> certutil -hashfile "J:\数据仓库\software\oracle database\19c\Oracle Database 19.2.0.0.0 for Linu x x86-64\V981623-01.zip" sha1 SHA1 的 J:\数据仓库\software\oracle database\19c\Oracle Database 19.2.0.0.0 for Linux x86-64\V981623-01.zip 哈希: d6c1264dd39467d62575ae556d06c8a44a09ab21 CertUtil: -hashfile 命令成功完成。 PS C:\WINDOWS\system32> certutil -hashfile "J:\数据仓库\software\oracle database\19c\Oracle Database 19.2.0.0.0 for Linu x x86-64\V981623-01.zip" sha256 SHA256 的 J:\数据仓库\software\oracle database\19c\Oracle Database 19.2.0.0.0 for Linux x86-64\V981623-01.zip 哈希: 15d21b199e90a39c3f52d7d8c7104f2c523976210b06f46ffe1717f9dfb16a4e CertUtil: -hashfile 命令成功完成。 PS C:\WINDOWS\system32>
linux中 md5sum 文件名
Last login: Sun Mar 17 17:54:07 2019 [root@localhost ~]# ls anaconda-ks.cfg original-ks.cfg [root@localhost ~]# md5sum anaconda-ks.cfg cacdbacd3d1f71d77c037cadf233b219 anaconda-ks.cfg [root@localhost ~]# sha256sum anaconda-ks.cfg 149d4c7e1a903930f4a1504de939b1616ddf5f7314a420925626f285d66aa278 anaconda-ks.cfg [root@localhost ~]# sha1sum anaconda-ks.cfg 50be85107c20efce5fee6dae07ebcea76d8fa944 anaconda-ks.cfg [root@localhost ~]#
5451




被折叠的 条评论
为什么被折叠?



