interface
Illuminate
/
Contracts
/
Encryption
/
Encrypter
You are viewing an older version of the documentation. For the latest, please visit master documentation.
Encrypter
Methods
public
encrypt ( $value , $serialize ) : string
Encrypt the given value.
Parameters
- $value mixed
- $serialize bool
public
decrypt ( $payload , $unserialize ) : mixed
Decrypt the given value.
Parameters
- $payload string
- $unserialize bool