zoukankan      html  css  js  c++  java
  • linux与windows文件的完整性校验

    linux

    md5sum hero.png 
    fefd01c9db6e3e83b978eff1b7a67c02  hero.png
    sha1sum hero.png 
    f1e929db9cef34a8786ee4b6246fb739566c799d  hero.png
    sha256sum hero.png 
    5b654b2297f17d9106388db31c1190240cfb359144925e892468b40d692c780f  hero.png

    windows

    E:>certutil -hashfile hero.png md5
    MD5 哈希(文件 hero.png):
    fefd01c9db6e3e83b978eff1b7a67c02
    CertUtil: -hashfile 命令成功完成。
    E:>certutil -hashfile hero.png SHA1
    SHA1 哈希(文件 hero.png):
    f1e929db9cef34a8786ee4b6246fb739566c799d
    CertUtil: -hashfile 命令成功完成。
    E:>certutil -hashfile hero.png SHA256
    SHA256 哈希(文件 hero.png):
    5b654b2297f17d9106388db31c1190240cfb359144925e892468b40d692c780f
    CertUtil: -hashfile 命令成功完成。
  • 相关阅读:
    react 采坑记录
    理解JS 模块化
    MongoDB使用教程
    scss
    gulp 使用教程
    node.js 简单入门
    jQuery
    jQuery
    php+mysql+bootstrap 实现成绩管理系统
    SVN的commit功能用bat实现
  • 原文地址:https://www.cnblogs.com/tsing0520/p/9948299.html
Copyright © 2011-2022 走看看