Skip to content

A command-line utility to display hashes of files, written in Rust

License

Notifications You must be signed in to change notification settings

Muddanak/hashfes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashfes

A straightforward, command-line utility to display the SHA256 and MD5 hashes of a file.

MD5 is not completely recommended as a sole source of information to verify against, therefore the SHA256 is provided as well. MD5 is just shorter to read and type.

Usage

hashfes.exe (Filename)

Compiling

Simply copy the repo and run cargo build --release

License

Released under the MIT License

About

A command-line utility to display hashes of files, written in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages