head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.01.08.07.01.23;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.10.01.02.07;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Repeated words are are hard to to find sometimes.

Approved by:	portmgr (itetcu)
@
text
@     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 that 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.
@


1.1
log
@Add p5-Crypt-HCE_SHA 0.60, perl5 interface to one way hash chaining
block cipher.

PR:		31152
Submitted by:	Gregory Neil Shapiro <gshapiro@@FreeBSD.org>
@
text
@d10 1
a10 1
     The idea is the the two sides have a shared secret that
@

