# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $ PortSystem 1.0 name ophcrack version 2.3.3 categories security maintainers gmail.com:cedric.luthi description Microsoft Windows password cracker long_description Ophcrack is a Windows password cracker based on a time-\ memory trade-off using rainbow tables. This is a new variant \ of Hellman's original trade-off, with better performance. It \ recovers 99.9% of alphanumeric passwords in seconds. homepage http://ophcrack.sourceforge.net master_sites sourceforge checksums md5 33eb0e14ab5a196ac168795e38856b8b \ sha1 dc83eb2a3d016eee272192e258c860e733538a8e \ rmd160 6cc9317f6c24c4d1bfa3a7b348eb759a8b0cac81 depends_lib port:gtk2 depends_run port:bkhive port:samdump2 patchfiles patch-Makefile.in pre-fetch { if { [string compare ${os.endian} "little"] != 0 } { return -code error "${name} only runs on little-endian machines." } } post-activate { ui_msg "****************************************************" ui_msg "" ui_msg "Don't forget to download the tables from" ui_msg "http://lasecwww.epfl.ch/SSTIC04-10k.zip" ui_msg "or http://lasecwww.epfl.ch/SSTIC04-5k.zip" ui_msg "" ui_msg "and install them in ${prefix}/share/ophcrack/10000" ui_msg "or ${prefix}/share/ophcrack/5000" ui_msg "" ui_msg "SSTIC04-10k (388MB), for PCs with at least 256MB of RAM." ui_msg "SSTIC04-5k (720MB), for PCs with at least 512MB of RAM." ui_msg "" ui_msg "****************************************************" }