Answer Posted / 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 |
Post New Answer View All Answers
Explain the bindings and singletons properties?
What is design pattern in laravel?
Please explain the difference between laravel and codeigniter?
How to upgrade valet to valet 2.0?
Does laravel prevent sql injection?
How we can get user's detail when he is logged in using auth?
What service provider’s register method does?
What is composer tool?
Explain the directory structure of laravel 5.6.
Exceptions are handled by which class?
How to use basic routing in laravel?
What are the plateforms laravel homestead supports?
How to stop valet?
What is the differce between contracts and facades?
How to enable or disable maintenance mode in laravel?