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 the bootstrap directory?
How to enable query log in laravel 5?
What is mvc in laravel?
How to create model controller and migration in a single artisan command in laravel?
What is difference between single quote and double quote?
What is csrf_field () in laravel?
How do I make all of my forms bootstrap opinionated?
What is a laravel model?
How to share data with views?
What are laravel facades?
How do I see all defined routes?
Can you update homestead?
What are the databases laravel supports?
Define hashing in laravel.
How to enable multiple php versions in homestead?