Phalcon\Legacy\CryptInterface::encryptBase64 PHP Méthode

encryptBase64() public méthode

Encrypts a text returning the result as a base64 string
public encryptBase64 ( string $text, mixed $key = null ) : string
$text string
$key mixed
Résultat string
    public function encryptBase64($text, $key = null);