Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 378 Bytes

File metadata and controls

12 lines (10 loc) · 378 Bytes

What is this project?

This is a multi-threaded c++ implementation of the dropbox content hash.

Usage

Treat dbxhash as if it were the sha256sum executable. e.g.
dbxhash your_file_here
or pv -tpreb your_file_here | dbxhash

Build from source

mkdir build && cd build
cmake .. && make && make test