Skip to content

Instantly share code, notes, and snippets.

@robertogallea
Created May 8, 2020 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertogallea/0bb51b39654aad27dfcc5f3ab20d22c5 to your computer and use it in GitHub Desktop.
Save robertogallea/0bb51b39654aad27dfcc5f3ab20d22c5 to your computer and use it in GitHub Desktop.
$encrypted = $encrypter->encrypt('Hello world');
$decodedEncrypted = base64_decode($encrypted);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment