ManaPHP\Http\Cookies::_encrypt PHP Method

_encrypt() protected method

protected _encrypt ( string $value ) : string
$value string
return string
    protected function _encrypt($value)
    {
        return base64_encode($this->crypt->encrypt($value));
    }