PHP Interface ManaPHP\Security\CryptInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
decrypt ( string $text, string $key = null ) : string Decrypts a text
encrypt ( string $text, string $key = null ) : string Encrypts a text

Method Details

decrypt() public méthode

Decrypts a text
public decrypt ( string $text, string $key = null ) : string
$text string
$key string
Résultat string

encrypt() public méthode

Encrypts a text
public encrypt ( string $text, string $key = null ) : string
$text string
$key string
Résultat string