[cvs] commit: horde/lib/Cipher blockMode.php blowfish.php cast128.php
horde/lib/Cipher/blockMode cbc.php cfb64.php ecb.php ofb64.php
horde/lib Cipher.php
Mike Cochrane
mike at graftonhall.co.nz
Thu Oct 17 16:03:44 PDT 2002
mikec 2002/10/17 08:03:42 PDT
Added files:
lib/Cipher blockMode.php blowfish.php cast128.php
lib/Cipher/blockMode cbc.php cfb64.php ecb.php ofb64.php
lib Cipher.php
Log:
Cipher library. Currently has Blowfish and Cast128 Ciphers and ecb, cbc, cfb64 and ofb64 block modes.
Revision Changes Path
1.1 +114 -0 horde/lib/Cipher.php (new)
1.1 +63 -0 horde/lib/Cipher/blockMode.php (new)
1.1 +71 -0 horde/lib/Cipher/blockMode/cbc.php (new)
1.1 +60 -0 horde/lib/Cipher/blockMode/cfb64.php (new)
1.1 +56 -0 horde/lib/Cipher/blockMode/ecb.php (new)
1.1 +58 -0 horde/lib/Cipher/blockMode/ofb64.php (new)
1.1 +494 -0 horde/lib/Cipher/blowfish.php (new)
1.1 +675 -0 horde/lib/Cipher/cast128.php (new)
Chora Links:
http://cvs.horde.org/co.php/horde/lib/Cipher.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Cipher/blockMode.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Cipher/blockMode/cbc.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Cipher/blockMode/cfb64.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Cipher/blockMode/ecb.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Cipher/blockMode/ofb64.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Cipher/blowfish.php?r=1.1
http://cvs.horde.org/co.php/horde/lib/Cipher/cast128.php?r=1.1
More information about the cvs
mailing list