1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port md4coll version 0.1: Fast MD4 collision generator

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-11-23 05:16:42 +00:00
parent e80ae8339a
commit fe645fdf8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149151
5 changed files with 56 additions and 0 deletions

View File

@ -219,6 +219,7 @@
SUBDIR += makepasswd
SUBDIR += manipulate_data
SUBDIR += mcrypt
SUBDIR += md4coll
SUBDIR += md5coll
SUBDIR += md5deep
SUBDIR += mdcrack

36
security/md4coll/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: md4 collision generator
# Date created: Wed Nov 23 04:51:32 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= md4coll
DISTVERSION= 0.1
CATEGORIES= security
MASTER_SITES= http://www.stachliu.com/
DISTNAME= ${PORTNAME}.c
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= lioux@FreeBSD.org
COMMENT= Fast MD4 collision generator
ONLY_FOR_ARCHS= i386
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
post-extract:
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${DISTNAME} -o ${WRKSRC}/${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (md4coll.c) = afae19b001a95b469fd9897dcf208661
SHA256 (md4coll.c) = 2bebad65909745571594f17a961b74232c8dfde3ae0949d01246d67c9c0e48a3
SIZE (md4coll.c) = 16814

View File

@ -0,0 +1,12 @@
[ excerpt from developer's www site with modifications ]
Faster implementation of techniques described in Cryptanalysis for
Hash Functions MD4 and RIPEMD, by Xiaoyun Wang, et al.
MD4 Collision Generator by Patrick Stach <pstach@stachliu.com>
Implementation of paper by Xiaoyun Wang, et. al.
Author: Patrick Stach <pstach@stachliu.com>
WWW: http://www.stachliu.com/collisions.html
-- lioux@FreeBSD.org

View File

@ -0,0 +1,4 @@
---------------------------------------------------------------------
Please check http://www.stachliu.com/collisions.html for instructions
on how to use this application.
---------------------------------------------------------------------