PHP Class Nelmio\SecurityBundle\Encrypter

Deprecation: EncryptedCookieListener is now deprecated due to high coupling with the deprecated mcrypt extension
Afficher le fichier Open project: nelmio/NelmioSecurityBundle Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $secret, $algorithm )
decrypt ( $input )
encrypt ( $input )

Method Details

__construct() public méthode

public __construct ( $secret, $algorithm )

decrypt() public méthode

public decrypt ( $input )

encrypt() public méthode

public encrypt ( $input )