summaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-SKey
Commit message (Collapse)AuthorAgeFilesLines
* Change my e-mail address.gabor2006-12-081-1/+1
| | | | Approved by: erwin (mentor)
* Update search.cpan.org WWW: entries to have a trailing slash.fenner2006-02-201-1/+1
| | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - remove IGNORE on old perlleeym2005-12-301-5/+7
| | | | | | | | - update dependency - bump PORTREVISION Submitted by: leeym Approved by: maintainer via email
* This module contains a simple S/Key calculator (as described in RFCerwin2005-12-214-0/+44
1760) implemented in Perl. It exports the function `key' by default, and may optionally export the function `compute'. `compute_md4', `compute_md5', `key_md4', and `key_md5' are provided as convenience functions for selecting either MD4 or MD5 hashes. The default is MD4; this may be changed with with the `$Crypt::SKey::HASH' variable, assigning it the value of `MD4' or `MD5'. You can access any of these functions by exporting them in the same manner as `compute' in the above example. Most S/Key systems use MD4 hashing, but a few (notably OPIE) use MD5. WWW: http://search.cpan.org/dist/Crypt-SKey PR: ports/90695 Submitted by: Gabor Kovesdan
OpenPOWER on IntegriCloud