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
How do I populate my database with sample data?
Explain how to do environment configuration in laravel?
When laravel was launched?
Explain how to serve sites on valet?
What is asset in laravel?
Is laravel support caching? Explain
What is antiforgerytoken mvc5?
List the applications supported by valet?
How to register a service provider in laravel?
How to pass csrf token with ajax request?
Explain short brief on Facades in Laravel ?
Which template engine is used by laravel?
How we can upload files in laravel? Explain
How to configuration laravel?
What is uri in laravel?