What is Encryption Process ?



What is Encryption Process ?..

Answer / 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

More Laravel PHP Framework Interview Questions

How to register a service provider via composer in laravel?

0 Answers  


What is controller in laravel?

0 Answers  


List some official packages provided by laravel?

0 Answers  


Explain how to register a service provider via composer in laravel?

0 Answers  


What is difference between var_dump and print_r?

0 Answers  






How do I add a 3rd party package to your application like laravel-emoji?

0 Answers  


What is the laravel framework?

0 Answers  


How can you generate urls?

0 Answers  


What do you understand by database migrations in laravel? How can we use it?

0 Answers  


Explain web.php route.

0 Answers  


Where do you regiser service providers?

0 Answers  


What is route group in laravel?

0 Answers  


Categories