Encrypter
interface Encrypter
Methods
string
encrypt(string $value, bool $serialize = true)
Encrypt the given value.
string
decrypt(string $payload, bool $unserialize = true)
Decrypt the given value.
Details
at line 14
string
encrypt(string $value, bool $serialize = true)
Encrypt the given value.
at line 23
string
decrypt(string $payload, bool $unserialize = true)
Decrypt the given value.