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 |
Do you know what is the use of rand() in php?
What is the difference between unset and unlink?
How to display your correct URL of the current web page?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What is php7?
Why does php need server?
Tips to optimize the php script..... Suggestion for exception handling in php...
How many functions are there in php?
How to pass variables by references?
how to include a datepicker in a form using php and mysql
What is composer install?
Explain the purpose of output buffering in php.