Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Decryption Process ?

Answer Posted / amit khanna

Decryption of the values is done with the decrypt helper. Observe the following lines of code -

use IlluminateContractsEncryptionDecryptException;

// Exception for decryption thrown in facade
try {
$decrypted = decrypt($encryptedValue);
} catch (DecryptException $e) {
//
}
Please note that if the process of decryption is not successful because of invalid MAC being used, then an appropriate exception is thrown.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which template engine is used by laravel?

770


What do you know about traits in laravel?

741


What is validation in laravel and how it is used?

727


What is guard in laravel authentication?

839


How to start valet?

718


Explain about Form without CSRF token in Laravel ?

1323


Tell me what is official website url of laravel?

797


How to create Creating a Controller ?

1385


What is mvc framework?

848


What is meant by check method ?

1777


What are the main differences between laravel 4 and laravel 5.x?

783


What is boot method in laravel?

852


What are the feature of laravel 5.0?

758


How to registering middleware in laravel?

856


What are the databases laravel supports?

818