Bug 90611 - [new port] p5-Crypt-CFB
Summary: [new port] p5-Crypt-CFB
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 21:10 UTC by Gabor Kovesdan
Modified: 2005-12-18 21:55 UTC (History)
1 user (show)

See Also:


Attachments
p5-Crypt-CFB.tar.gz (1.50 KB, text/plain)
2005-12-18 21:10 UTC, Gabor Kovesdan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kovesdan 2005-12-18 21:10:03 UTC
Generic CFB implementation in pure Perl. The Cipher Feedback Mode module
constructs a stream cipher from a block cipher or cryptographic hash funtion
and returns it as an object. Any block cipher in the Crypt:: class can be
used, as long as it supports the blocksize and keysize methods. Any hash
function in the Digest:: class can be used, as long as it supports the
add method.

WWW: http://search.cpan.org/dist/Crypt-CFB
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 21:20:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this.
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 21:20:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this.
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 21:54:58 UTC
State Changed
From-To: open->closed

Port added, thanks!