From owner-cvs-all Tue Feb 4 15:56:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E473237B401; Tue, 4 Feb 2003 15:56:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4BF43FB8; Tue, 4 Feb 2003 15:56:42 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h14Nugbv038665; Tue, 4 Feb 2003 15:56:42 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h14NugXc038664; Tue, 4 Feb 2003 15:56:42 -0800 (PST) Message-Id: <200302042356.h14NugXc038664@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 4 Feb 2003 15:56:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Blowfish_PP Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/02/04 15:56:42 PST Modified files: security Makefile Added files: security/p5-Crypt-Blowfish_PP Makefile distinfo pkg-comment pkg-descr pkg-plist 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 Revision Changes Path 1.372 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/p5-Crypt-Blowfish_PP/Makefile (new) 1.1 +1 -0 ports/security/p5-Crypt-Blowfish_PP/distinfo (new) 1.1 +1 -0 ports/security/p5-Crypt-Blowfish_PP/pkg-comment (new) 1.1 +10 -0 ports/security/p5-Crypt-Blowfish_PP/pkg-descr (new) 1.1 +6 -0 ports/security/p5-Crypt-Blowfish_PP/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message