mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
d08b1ca068
configure script is broken because it looks for the SSL_library_init function when it is a macro in some OpenSSL versions. Thanks to tobik@ for the suggested fix.
12 lines
457 B
Plaintext
12 lines
457 B
Plaintext
hashdb is used for finding blacklist data in raw media by using cryptographic
|
|
hashes calculated from hash blocks.
|
|
|
|
The hashdb tool provides commands for creating hash databases of MD5 hashes on
|
|
files aligned along hash block boundaries as well as querying hash databases,
|
|
merging hash databases, and performing hash lookups.
|
|
|
|
hashdb provides C++ and Python interfaces for working with and scanning hashdb
|
|
databases.
|
|
|
|
WWW: https://github.com/NPS-DEEP/hashdb
|