Skip to content

rfl890/hashfile-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashfile-rs

A file hashing utility for Windows utilizing the CNG API.

Installation

$ cargo build --release
$ move target\release\hashfile.exe \where\ever

Usage

$ hashfile --help
$ hashfile *
$ hashfile -a md5 -- *
# quickly generate a checksum of all files in a directory
$ hashfile --relative-paths -- * > checksum.txt 

About

Tool to hash files on Windows using CNG API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages