Skip to content
/ hasher Public

Hash a single file or hash the files in a directory.

Notifications You must be signed in to change notification settings

fwxs/hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hasher

A basic C++ program to hash a single file or all the files in a directory, using the OpenSSL library.

Usage

Single file

$ ./hasher <file> <hash function> -r

[*] Hashing <file size> bytes.
[*] Output: <hash digest result>

The -r switch, hashes all the files inside a directory.

Directory

[*] Hashing <files in the directory> files in <directory name>
        [+] Hashing <file name>    size <file size> bytes
        [-] Output: <hash digest result>
...
 	...
	...

About

Hash a single file or hash the files in a directory.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published