What are encryption functions in php?



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

Post New Answer

More PHP Interview Questions

Explain the three different kinds of Arrays?

1 Answers  


How escape single quotes php?

1 Answers  


What is the meaning of symbol '$' in jquery?

1 Answers  


How many types of inheritances used in php and how we achieve it.

1 Answers  


Why many companies are switching their current business language to php?

1 Answers  


Explain about image types in detail?

1 Answers   Aplora,


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

9 Answers   Cybercom, TCS,


What is the difference between the functions unlink and unset?

8 Answers   Small Firm, TCS,


What is the name of the scripting engine that powers PHP?

1 Answers  


Explain how to execute a php script using command line.

1 Answers  


How to create a session? How to set a value in session?

1 Answers  


Who is the father of php and what is the current version of php and mysql?

1 Answers  


Categories