Encrypter
interface Encrypter (View source)
Methods
                    string
                
                
                    encrypt(mixed $value, bool $serialize = true)
        
                                            
                
            Encrypt the given value.
                    mixed
                
                
                    decrypt(string $payload, bool $unserialize = true)
        
                                            
                
            Decrypt the given value.
Details
        
                            string
    encrypt(mixed $value, bool $serialize = true)
        
    
    Encrypt the given value.
        
                            mixed
    decrypt(string $payload, bool $unserialize = true)
        
    
    Decrypt the given value.