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
What is meant by Forms in Laravel ?
How to get, set, distroy cookies in laravel?
Explain about laravel project?
List default packages of laravel 5.6?
How can you enable query log in laravel?
Explain how to add csrf protection in laravel?
Do you know what is routing and how, and what are the different ways to write it?
Do you know what version of laravel do you generally use?
What does double quotation mean?
What are the available router methods?
What are service providers?
What is a check method ?
What is laravel forge?
How to resolve class instance out of the container in laravel?
Explain the concept of encryption and decryption in laravel.