head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.02.21.13.26.50;	author knu;	state dead;
branches;
next	1.1;

1.1
date	2003.02.04.23.56.42;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@De-pkg-comment.
@
text
@Blowfish encryption algorithm implemented purely in Perl
@


1.1
log
@New Port: security/p5-Crypt-Blowfish_PP

	Blowfish is a published algorithm written by Bruce Schneier
	Unlike IDEA or DES etc. there are no patent implications
	in using this algorithm.

	It uses anywhere between a 64 bit and a 448 bit key. The
	transform itself is fast and operates on a 64 bit block,
	and most of the calculation time is in initialising the
	context with the key data.

	The _PP name comes from the fact that this implementation
	is Pure Perl, and will not have any compatibility problems.

PR:		ports/43794
Submitted by:	Jim Geovedi <negative@@toxic.magnesium.net>
@
text
@@

