What is Encryption Process ?
Answer / nafees ahmad
Encryption of a value can be done by using the encrypt helper in the controllers of Laravel class.
These values are encrypted using OpenSSL and AES-256 cipher.
All the encrypted values are signed with Message Authentication code (MAC) to check for any modifications of the encrypted string.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the directory structure of laravel 5.6?
How to check ajax request in laravel?
How can you make real time sitemap.xml file in laravel?
What is views in laravel?
What is csrf_field () in laravel?
What is namespace in php laravel?
How to enable maintenance mode in laravel 5?
How to Sharing Data with all Views ?
Which template engine is used by laravel?
What is the use of laravel framework?
How to generate & update application key in laravel 5?
What do you mean by terminable middleware?