Skip to content

nopsleds/ghash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ghash

A simple command-line tool for computing hashes (MD5 and SHA256) of one or multiple input files.

Usage

$ ./ghash.exe LICENSE README.md
Hashes for file 'LICENSE':
 - MD5    : bb44830860d51d7e68a2b7df1a5b0bfc
 - SHA256 : 2a2c285ee5ee973dc673c79e0ebc378aa1d053440e3da606cc835b4cd4a71012

Hashes for file 'README.md':
 - MD5    : 1d8c5917f81d1b63cd2dca95aeecdad6
 - SHA256 : c347a1d56c602feff6841dd1fbdde6ad4c29a832cc92b7d6155884c50fa134cf

About

file hash command line tool in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages