Date: Sun, 1 Jun 2008 20:58:23 +0000 (UTC) From: Henrik Brix Andersen <brix@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Eksblowfish Makefile distinfo pkg-descr pkg-plist Message-ID: <200806012058.m51KwNHl009112@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806012058.m51KwNHl009112>
