freebsd-ports/misc/hashdb/pkg-descr
Yuri Victorovich d08b1ca068 Re-add misc/hashdb
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.
2019-05-18 23:38:10 +00:00

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