lithium\storage\session\strategy\Encrypt::_vectorSize()

protected method

Returns the vector size.

Returns

integer

The vector size in bytes.

Source

	protected function _vectorSize() {
		return openssl_cipher_iv_length('aes-256-cbc');
	}