• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H21-Mar-2019-5,5774,438

m4/H21-Mar-2019-9,7788,818

man/H21-Mar-2019-4032

python_bindings/H21-Mar-2019-327192

src/H21-Mar-2019-4,1982,647

src_libhashdb/H21-Mar-2019-39,09924,759

src_win/H21-Mar-2019-823671

test/H21-Mar-2019-1,240720

test_py/H21-Mar-2019-1,6151,161

.gitconfigH A D21-Mar-201998 87

.gitignoreH A D21-Mar-20191 KiB9385

.travis.ymlH A D21-Mar-20192.6 KiB7869

COPYINGH A D21-Mar-20191.1 KiB2719

INSTALLH A D21-Mar-201915.4 KiB371288

Makefile.amH A D21-Mar-2019310 2013

READMEH A D21-Mar-20191.1 KiB3827

README.mdH A D21-Mar-20191.1 KiB3827

TESTSH A D21-Mar-2019564 139

bootstrap.shH A D21-Mar-2019416 1712

compileH A D21-Mar-20197.1 KiB344253

configure.acH A D21-Mar-201914 KiB366317

ltmain.shH A D21-Mar-2019276.9 KiB9,6577,304

test-driverH A D21-Mar-20193.9 KiB12872

README

1HASHDB
2======
3[![Build Status](https://travis-ci.com/NPS-DEEP/hashdb.svg?branch=master)](https://travis-ci.com/NPS-DEEP/hashdb)
4
5Welcome to hashdb!
6
7hashdb is used for finding blacklist data in raw media
8by using cryptographic hashes calculated from hash blocks.
9
10The hashdb tool provides commands for creating hash databases
11of MD5 hashes on files aligned along hash block boundaries as well as querying
12hash databases, merging hash databases, and performing hash lookups.
13
14hashdb provides C++ and Python interfaces for working with and scanning
15hashdb databases.
16
17hashdb builds and installs on Linux and OS X systems using
18configure; make; make install.  hashdb also cross-compiles to Windows
19from Fedora 20+ using mingw.
20
21Web links
22----------
23* Installing hashdb: https://github.com/NPS-DEEP/hashdb/wiki/Installing-hashdb
24* hashdb home page: https://github.com/NPS-DEEP/hashdb/wiki
25
26Bugs
27----
28Please enter bugs on the [github issue tracker](https://github.com/NPS-DEEP/hashdb/issues?state=open)
29
30Maintainer
31----------
32Bruce Allen bdallen nps edu
33
34License
35-------
36Please see [Licence](https://github.com/NPS-DEEP/hashdb/wiki/License)
37
38

README.md

1HASHDB
2======
3[![Build Status](https://travis-ci.com/NPS-DEEP/hashdb.svg?branch=master)](https://travis-ci.com/NPS-DEEP/hashdb)
4
5Welcome to hashdb!
6
7hashdb is used for finding blacklist data in raw media
8by using cryptographic hashes calculated from hash blocks.
9
10The hashdb tool provides commands for creating hash databases
11of MD5 hashes on files aligned along hash block boundaries as well as querying
12hash databases, merging hash databases, and performing hash lookups.
13
14hashdb provides C++ and Python interfaces for working with and scanning
15hashdb databases.
16
17hashdb builds and installs on Linux and OS X systems using
18configure; make; make install.  hashdb also cross-compiles to Windows
19from Fedora 20+ using mingw.
20
21Web links
22----------
23* Installing hashdb: https://github.com/NPS-DEEP/hashdb/wiki/Installing-hashdb
24* hashdb home page: https://github.com/NPS-DEEP/hashdb/wiki
25
26Bugs
27----
28Please enter bugs on the [github issue tracker](https://github.com/NPS-DEEP/hashdb/issues?state=open)
29
30Maintainer
31----------
32Bruce Allen bdallen nps edu
33
34License
35-------
36Please see [Licence](https://github.com/NPS-DEEP/hashdb/wiki/License)
37
38