How can we encrpt a text?
Answers were Sorted based on User's Feedback
Answer / deepthi
using the functions md5()or Crypt() we can encript the text;
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ramtej
using AES_ENCRYPT() and md5() functions,we can encrypt the
data..
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the benefits of using php?
What is a null coalescing operator in php7?
Which is useful for method overloading?
What are the features and advantages of object-oriented programming?
Does php support multiple inheritance?
What is asort php?
How can cross site request forgery csrf be prevented?
Whats the difference between include() and require()?
How to define a user function?
How can we convert the time zones using PHP?
we have two tables first one is EMPLOYEE having EmpID, EmpNAME, Second table is SALARY table having id, salary Write a query to get name of those person who having more than 10000$ salary
Is php an object or array?