Encrypter (Contracts)

Encrypter

interface Encrypter (View source)

Methods

string encrypt( string $value)

Encrypt the given value.

string decrypt( string $payload)

Decrypt the given value.

Details

string encrypt( string $value)

Encrypt the given value.