Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 15:40:50 +0000 (UTC)
From:      Erwin Lansing <erwin@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-SKey Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200512211540.jBLFeoEW016633@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
erwin       2005-12-21 15:40:50 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Crypt-SKey Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module contains a simple S/Key calculator (as described in RFC
  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
  
  Revision  Changes    Path
  1.707     +1 -0      ports/security/Makefile
  1.1       +24 -0     ports/security/p5-Crypt-SKey/Makefile (new)
  1.1       +3 -0      ports/security/p5-Crypt-SKey/distinfo (new)
  1.1       +12 -0     ports/security/p5-Crypt-SKey/pkg-descr (new)
  1.1       +5 -0      ports/security/p5-Crypt-SKey/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512211540.jBLFeoEW016633>