Skip to content

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

License

Notifications You must be signed in to change notification settings

ezekielnewren/dbxhash

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published