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 |
How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
List some array functions in php?
What changes I have to do in php.ini file for file uploading?
Is there a way to encrypt text from php?
Is php the same as html?
How to count all the lines of code in a directory and sub folder?
Explain me what is the w3c?
How can we increase execution time of a php script?
How can we know that a session is started or not?
Explain what is meant by pear in php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
How to make a file encrypt and decrypt?