What are encryption functions in php?
Answer / Monika Sirohi
In PHP, some common encryption functions include mcrypt(), openssl_encrypt(), and sodium_crypto. These functions allow developers to encrypt sensitive data before storing or transmitting it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the three different kinds of Arrays?
How escape single quotes php?
What is the meaning of symbol '$' in jquery?
How many types of inheritances used in php and how we achieve it.
Why many companies are switching their current business language to php?
Explain about image types in detail?
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
What is the difference between the functions unlink and unset?
What is the name of the scripting engine that powers PHP?
Explain how to execute a php script using command line.
How to create a session? How to set a value in session?
Who is the father of php and what is the current version of php and mysql?