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 the use of Laravel - Sending Email ?
By default valet serve your app on which tld? How to configure it to use another domain?
Write code to upload a file in laravel 5?
How can someone turn off csrf protection for a specific route?
How to share sites with external world on valet?
What is seed in laravel?
What do you understand by reverse routing?
What is meant by Modularity ?
What is meant by Implicit Controllers
Explain Events and Listeners ?
Is multiple php versions are supported by homestead?
How to install valet?
What developed the laravel?
How will you explain dd() function in laravel?
How do I see all defined routes?