Package Details: unhash 1.1-1

Package Base: unhash
Description: UnHash is a program that tries a brute force attack against an MD5 or SHA1 hash.
Upstream URL: http://freshmeat.net/projects/unhash/
Category: system
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 5
First Submitted: 2009-12-06 17:32
Last Updated: 2010-05-31 21:20

Dependencies (1)

Required by (0)

Sources

Latest Comments

Anonymous comment

2012-04-06 13:35

Problem during installation:
==> Starting build()...
gcc -Wall -O2 functions.o md5crack.o sha1crack.o unhash.o -lssl -o unhash
/usr/bin/ld: md5crack.o: undefined reference to symbol 'MD5_Update'
/usr/bin/ld: note: 'MD5_Update' is defined in DSO /usr/lib/libcrypto.so.1.0.0 so try adding it to the linker command line
/usr/lib/libcrypto.so.1.0.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [all] Error 1