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 response macros?
What do you know about traits in laravel?
How to configure a mail-in laravel?
Explain facades in laravel?
What is db facade?
What is compact in laravel?
What is meant by Implicit Controllers
What are the advanced features of laravel 6.0?
What is antiforgerytoken used for?
What is Middleware Parameters ?
What is routing in laravel 5 and how we can use it?
Explain, how to get current environment in laravel 5?
What is middleware in laravel?
what is meant by Global Middleware and Route Middleware ?
How to enable the query logging?