Phalcon\Legacy\CryptInterface::encryptBase64 PHP Метод

encryptBase64() публичный Метод

Encrypts a text returning the result as a base64 string
public encryptBase64 ( string $text, mixed $key = null ) : string
$text string
$key mixed
Результат string
    public function encryptBase64($text, $key = null);