最終更新:2015-06-08 (月) 15:06:02 (3237d)  

Microsoft File Checksum Integrity Verifier
Top / Microsoft File Checksum Integrity Verifier

https://www.microsoft.com/en-us/download/details.aspx?id=11533

計算

  • MD5 (デフォルト)
    fciv <file>
  • SHA-1
    fciv -sha1 <file>

使い方

  • //
    // File Checksum Integrity Verifier version 2.05.
    //
    
    Usage:  fciv.exe [Commands] <Options>
    
    Commands: ( Default -add )
    
            -add    <file | dir> : Compute hash and send to output (default screen).
    
                    dir options:
                    -r       : recursive.
                    -type    : ex: -type *.exe.
                    -exc file: list of directories that should not be computed.
                    -wp      : Without full path name. ( Default store full path)
                    -bp      : specify base path to remove from full path name
    
            -list            : List entries in the database.
            -v               : Verify hashes.
                             : Option: -bp basepath.
    
            -? -h -help      : Extended Help.
    
    Options:
            -md5 | -sha1 | -both    : Specify hashtype, default md5.
            -xml db                 : Specify database format and name.
    
    To display the MD5 hash of a file, type fciv.exe filename