/hash-archive

Site for publicly archiving content hashes (C port)

Primary LanguageCOtherNOASSERTION

Hash Archive (v2)

The Hash Archive is a website and database for mapping between hashes and URLs. See the website for more information.

This is the C rewrite of the original Hash Archive, built on top of libkvstore for better scalability.

Building

Debian/Ubuntu dependencies: sudo apt-get install build-essentials automake autoconf libtool pkg-config cmake

  1. git submodule init && git submodule update
  2. ./configure
  3. make
  4. sudo make install (also installs libressl root certs and runs setcap on binary)