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 |
Write down the code for saving an uploaded file in PHP.
How do you use bcrypt for hashing passwords in php?
What is session in php w3schools?
Does php support inheritance?
How many types of functions are there in php?
Will a comparison of an integer 12 and a string "13" work in php?
Explain mysql_errno()?
How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letting the output come to the browser or say the client end in php
How to protect special characters in query string?
What are the advantages of stored procedures, triggers, indexes in php?
Is php a framework?
How does csrf attack work?