\Horde_Core_Secret_Cbc

Horde_Secret, using single session key, with CBC based Blowfish encryption.

This is much more secure than the default Horde_Secret algorithm. It should be used for all Horde_Secret/session encryption, but for BC purposes it needs to live in a separate class for now.

Uses the additional parameter 'iv' - the IV used to seed the CBC cipher.

Summary

Methods
Properties
Constants
setKey()
getKey()
clearKey()
No public properties found
HORDE_KEYNAME
_getCipherOb()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

HORDE_KEYNAME

HORDE_KEYNAME

Methods

setKey()

setKey(  $keyname = self::DEFAULT_KEY) 

Parameters

$keyname

getKey()

getKey(  $keyname = self::DEFAULT_KEY) 

Parameters

$keyname

clearKey()

clearKey(  $keyname = self::DEFAULT_KEY) 

Parameters

$keyname

_getCipherOb()

_getCipherOb(  $key) 

Parameters

$key