Skip to content

adyjs/get-hash-checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-hash-checksum

HOW TO USE THIS SOFTWARE

1. Install development library

$ apt install libssl-dev

   libssl-dev is a library for development with openssl related API.

2. Download this repository and make

$ cd get-hash-checksum/ && make

# after compiling success, there is a executable file "hash" in root directory. 

3. get hash value of file

get file hash value only

   This command will display the hash value of the "example_file_for_hash".

$ ./hash  ./files/example_file_for_hash

hash_only_pic

get file hash value and comapring with yours

   This command will display the hash value of the "example_file_for_hash".

$ ./hash  ./files/example_file_for_hash   YOUR_HASH_VALUE_HERE

MATCH

hash_with_valify_1

NOT MATCH

hash_with_valify_2

Enjoy it, if this suit your needs. :)

About

Get checksum by put file into hash function Get hash value and easy to verify. It got MD4, MD5, SHA1, SHA224, SHA256, SHA384, SHA512 here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published