[cvs] commit: horde/docs CHANGES horde/lib Cipher.php Secret.php
horde/lib/Cipher BlockMode.php blowfish.php cast128.php rc2.php
horde/lib/Cipher/BlockMode cbc.php cfb64.php ecb.php ofb64.php
Jan Schneider
jan at ammma.de
Mon Dec 30 07:32:17 PST 2002
jan 2002/12/30 07:32:17 PST
Modified files: (Branch: RELENG_2)
docs CHANGES
lib Secret.php
Added files: (Branch: RELENG_2)
lib Cipher.php
lib/Cipher BlockMode.php blowfish.php cast128.php
rc2.php
lib/Cipher/BlockMode cbc.php cfb64.php ecb.php ofb64.php
Log:
MFH:
[jan] Change Secret:: from using PEAR Crypt_HCEMD5 to the Horde_Cipher class
(mac).
[jan] Add Horde_Cipher:: class to provide a common abstracted interface to
various Ciphers for encryption of arbitrary length pieces of data (mac).
Revision Changes Path
1.207.2.67 +4 -0 horde/docs/CHANGES
1.5.2.1 +114 -0 horde/lib/Cipher.php (new)
1.4.2.1 +64 -0 horde/lib/Cipher/BlockMode.php (new)
1.2.2.1 +65 -0 horde/lib/Cipher/BlockMode/cbc.php (new)
1.2.2.1 +62 -0 horde/lib/Cipher/BlockMode/cfb64.php (new)
1.2.2.1 +58 -0 horde/lib/Cipher/BlockMode/ecb.php (new)
1.2.2.1 +60 -0 horde/lib/Cipher/BlockMode/ofb64.php (new)
1.2.2.1 +498 -0 horde/lib/Cipher/blowfish.php (new)
1.2.2.1 +675 -0 horde/lib/Cipher/cast128.php (new)
1.1.2.1 +213 -0 horde/lib/Cipher/rc2.php (new)
1.12.2.9 +59 -35 horde/lib/Secret.php
Chora Links:
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.207.2.66&r2=1.207.2.67&ty=u
http://cvs.horde.org/co.php/horde/lib/Cipher.php?r=1.5.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/BlockMode.php?r=1.4.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/BlockMode/cbc.php?r=1.2.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/BlockMode/cfb64.php?r=1.2.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/BlockMode/ecb.php?r=1.2.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/BlockMode/ofb64.php?r=1.2.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/blowfish.php?r=1.2.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/cast128.php?r=1.2.2.1
http://cvs.horde.org/co.php/horde/lib/Cipher/rc2.php?r=1.1.2.1
http://cvs.horde.org/diff.php/horde/lib/Secret.php?r1=1.12.2.8&r2=1.12.2.9&ty=u
More information about the cvs
mailing list