https://github.com/fwxs/hasher
Hash a single file or hash the files in a directory.
https://github.com/fwxs/hasher
c-plus-plus hashfunctions openssl-library
Last synced: 10 months ago
JSON representation
Hash a single file or hash the files in a directory.
- Host: GitHub
- URL: https://github.com/fwxs/hasher
- Owner: fwxs
- Created: 2019-01-06T23:19:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T23:36:04.000Z (over 7 years ago)
- Last Synced: 2025-03-18T10:46:41.427Z (about 1 year ago)
- Topics: c-plus-plus, hashfunctions, openssl-library
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 -r
[*] Hashing bytes.
[*] Output:
```
The ```-r``` switch, hashes all the files inside a directory.
### Directory
```
[*] Hashing files in
[+] Hashing size bytes
[-] Output:
...
...
...
```