interface Encrypter (View source)

Methods

string
encrypt( string $value)

Encrypt the given value.

string
decrypt( string $payload)

Decrypt the given value.

Details

at line line 13
string encrypt( string $value)

Encrypt the given value.

Parameters

string $value

Return Value

string

at line line 21
string decrypt( string $payload)

Decrypt the given value.

Parameters

string $payload

Return Value

string