Answer Posted / amit khanna
Encryption is a process of converting a plain text to a message using some algorithms such that any third user cannot read the information.
This is helpful for transmitting sensitive information because there are fewer chances for an intruder to target the information transferred.
Encryption is performed using a process called Cryptography.
The text which is to be encrypted is termed as Plain Text and the text or the message obtained after the encryption is called Cipher Text.
The process of converting cipher text to plain text is called Decryption.
Laravel uses AES-256 and AES-128 encrypter, which uses Open SSL for encryption.
All the values included in Laravel are signed using the protocol Message Authentication Code so that the underlying value cannot be tampered with once it is encrypted.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between single quote and double quote?
How can someone turn off csrf protection for a specific route?
Do you know what is routing and how, and what are the different ways to write it?
Explain how to install valet?
How can we turn off csrf protection for a particular route?
How to create custom middleware in laravel?
Lists the available router methods used in laravel 5?
Explain how to share sites with external world on valet?
Do you know how to use delete statement in laravel?
What is the laravel?
How to start and stop valet?
What is views in laravel?
What is namespace laravel?
What is the use of route in laravel?
How can we use maintenance mode in laravel 5?