Phalcon\Legacy\CryptInterface::decryptBase64 PHP Method

decryptBase64() public method

Decrypt a text that is coded as a base64 string
public decryptBase64 ( string $text, mixed $key = null ) : string
$text string
$key mixed
return string
    public function decryptBase64($text, $key = null);