ManaPHP\Security\CryptInterface::decrypt PHP Method

decrypt() public method

Decrypts a text
public decrypt ( string $text, string $key = null ) : string
$text string
$key string
return string
    public function decrypt($text, $key = null);
CryptInterface