Add new port of i386 binary client for the md5crk project.

It is a distributed effort to generate MD5 collisions.
This commit is contained in:
Trevor Johnson 2004-03-26 02:01:52 +00:00
parent 7f1badfa35
commit 4b3643ba9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105286
4 changed files with 43 additions and 0 deletions

View File

@ -173,6 +173,7 @@
SUBDIR += mac-robber
SUBDIR += makepasswd
SUBDIR += mcrypt
SUBDIR += md5crk
SUBDIR += mdcrack
SUBDIR += mhash
SUBDIR += mindterm-binary

32
security/md5crk/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: md5crk
# Date created: 2004-03-26
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= md5crk
PORTVERSION= 1.0.4
CATEGORIES= security parallel
MASTER_SITES= http://www.md5crk.com/dl/
DISTNAME= md5crk_${PORTVERSION}_freebsdX86
MAINTAINER= trevor@FreeBSD.org
COMMENT= Distributed project to generate MD5 collisions (i386 binary)
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
.endif
NO_BUILD= yes
ONLY_FOR_ARCHS= i386
PLIST_FILES= bin/md5crk
RESTRICTED= "no commercial use"
WRKSRC= ${WRKDIR}/md5crk_1.0.3_freebsdX86
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/md5crk ${PREFIX}/bin
.include <bsd.port.post.mk>

2
security/md5crk/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (md5crk_1.0.4_freebsdX86.tar.gz) = b0cbd95c56a979791c195c6672d19b6f
SIZE (md5crk_1.0.4_freebsdX86.tar.gz) = 34127

View File

@ -0,0 +1,8 @@
This is the i386 binary for the md5crk client. The md5crk project aims to find
pairs of different, printable, textual strings with identical MD5 hashes,
thereby demonstrating that stronger hashing algorithms should be used when
checking for maliciously altered data.
A version for the Pentium 4 is available, but is not installed by this port.
WWW: http://www.md5crk.com