PHP Class Nelmio\SecurityBundle\Encrypter

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

Public Methods

Method Description
__construct ( $secret, $algorithm )
decrypt ( $input )
encrypt ( $input )

Method Details

__construct() public method

public __construct ( $secret, $algorithm )

decrypt() public method

public decrypt ( $input )

encrypt() public method

public encrypt ( $input )