File Checksum Integrity Verifier utility tool

Consistent Hashing

File Checksum Integrity Verifier utility tool

About

A windows command line utility to compute a file digest with a md5 and sha1 hash.

Syntax

//
// 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

Example

md5

fciv.exe -add cuda_10.1.105_418.96_win10.exe -md5
//
// File Checksum Integrity Verifier version 2.05.
//
25a060d492acbed7c549f65204e14e76 cuda_10.1.105_418.96_win10.exe

Documentation / Reference





Discover More
Consistent Hashing
Function - MD5 Hash function (Message Digest 5)

MD5 (Message Digest 5) is a hash function The primary function of an MD5 algorithm is to generate a message digest value (128-bit cryptographic), hence the name. md5 is not a secure hash algorithm....
Consistent Hashing
Function - sha1 (Secure Hash Algorithm-1) function

A sha1 (Secure Hash Algorithm) is an hash function that generates 40-character string (message_digest) composed of hexadecimal characters (0–9 and a–f). In a file system, it's calculated based on...
Device Manager Nvidia Display
GPU - CUDA

CUDA is a application programming interface (API) created by Nvidia that allows software developers to use a CUDA-enabled graphics processing unit (GPU) for general purpose processing in parallel. ie CUDA...
Hdp Memory Usage
Hortonworks - Hortonworks Data Platform 2-6-4 (HDP) installation on Docker Windows 7

A page on how to install the docker image of the Hortonworks Data Platform (HDP) This page is based on this Hortonworks...
Undraw File Manager Re Ms29
What is the digest of a file ?

A digest is a string that is unique for every file. A algorithm produced it after it has finish to digest it :). This article tells you more.



Share this page:
Follow us:
Task Runner