Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Nelmio
SecurityBundle
Encrypter
PHP Class Nelmio\SecurityBundle\Encrypter
Deprecation:
EncryptedCookieListener is now deprecated due to high coupling with the deprecated mcrypt extension
ファイルを表示
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
)