From owner-cvs-all@FreeBSD.ORG Sun Jun 1 20:58:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145B61065672; Sun, 1 Jun 2008 20:58:24 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E88FE8FC23; Sun, 1 Jun 2008 20:58:23 +0000 (UTC) (envelope-from brix@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m51KwNRh009113; Sun, 1 Jun 2008 20:58:23 GMT (envelope-from brix@repoman.freebsd.org) Received: (from brix@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m51KwNHl009112; Sun, 1 Jun 2008 20:58:23 GMT (envelope-from brix) Message-Id: <200806012058.m51KwNHl009112@repoman.freebsd.org> From: Henrik Brix Andersen Date: Sun, 1 Jun 2008 20:58:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Eksblowfish Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 20:58:24 -0000 brix 2008-06-01 20:58:23 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-Eksblowfish Makefile distinfo pkg-descr pkg-plist Log: Eksblowfish is a variant of the Blowfish cipher, modified to make the key setup very expensive. ("Eks" stands for "expensive key schedule".) This doesn't make it significantly cryptographically stronger, but is intended to hinder brute-force attacks. It also makes it unsuitable for any application requiring key agility. It was designed by Niels Provos and David Mazieres for password hashing in OpenBSD. Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the "salt". Cost and salt parameters together define a cipher family. Within each family, a key determines an encryption function in the usual way. This distribution also includes an implementation of "bcrypt", the Unix crypt() password hashing algorithm based on Eksblowfish. WWW: http://search.cpan.org/dist/Crypt-Eksblowfish/ Approved by: erwin (mentor) Revision Changes Path 1.962 +1 -0 ports/security/Makefile 1.1 +26 -0 ports/security/p5-Crypt-Eksblowfish/Makefile (new) 1.1 +3 -0 ports/security/p5-Crypt-Eksblowfish/distinfo (new) 1.1 +18 -0 ports/security/p5-Crypt-Eksblowfish/pkg-descr (new) 1.1 +12 -0 ports/security/p5-Crypt-Eksblowfish/pkg-plist (new)