Bug 90589 - [new port] security/p5-Crypt-HCE_MD5
Summary: [new port] security/p5-Crypt-HCE_MD5
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: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 08:10 UTC by Gabor Kovesdan
Modified: 2005-12-19 09:42 UTC (History)
1 user (show)

See Also:


Attachments
p5-Crypt-HCE_MD5.tar.gz (1.75 KB, text/plain)
2005-12-18 08: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 08:10:03 UTC
This module implements a chaining block cipher using a one
way hash. This method of encryption is the same that is
used by radius (RFC2138) and is also described in Applied
Cryptography.
Two interfaces are provided in the module. The first is
straight block encryption/decryption the second does base64
mime encoding/decoding of the encrypted/decrypted blocks.
The idea is the the two sides have a shared secret that
supplies one of the keys and a randomly generated block of
bytes provides the second key. The random key is passed in
cleartext between the two sides.
An example client and server are packaged as modules with
this module. They are used in the tests.

WWW: http://search.cpan.org/dist/Crypt-HECE_MD5
Comment 1 Andrey Slusar freebsd_committer freebsd_triage 2005-12-18 08:44:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 2 Andrey Slusar freebsd_committer freebsd_triage 2005-12-19 09:42:09 UTC
State Changed
From-To: open->closed

New port added. Thanks!