interface
Illuminate
/
Contracts
/
Encryption
/
StringEncrypter
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
StringEncrypter
Methods
public
encryptString ( $value ) : string
Encrypt a string without serialization.
Parameters
- $value string
public
decryptString ( $payload ) : string
Decrypt the given string without unserialization.
Parameters
- $payload string