An open API service indexing awesome lists of open source software.

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.

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:
...
...
...
```