96 parent::setKeyLength($length);
111 parent::setKey(
$key);
113 if (!$this->explicit_key_length) {
114 $length = strlen(
$key);
117 $this->key_length = 16;
120 $this->key_length = 24;
123 $this->key_length = 32;
_setEngine()
Sets the engine as appropriate.
setBlockLength($length)
Dummy function.
setKeyLength($length)
Sets the key length.
Pure-PHP implementations of keyed-hash message authentication codes (HMACs) and various cryptographic...
Pure-PHP implementation of Rijndael.
Pure-PHP implementation of AES.
setKey($key)
Sets the key.