Encryption
Configuration
Using The Encrypter
Encrypting Value
$message = "My secret message";
$secret = encrypt($message);Encrypt Without Serialization
$encrypted = crypter()->encryptString('Hello world.');
$decrypted = crypter()->decryptString($encrypted);Decrypting A Value
Mis à jour
Ce contenu vous a-t-il été utile ?