Is there a way to encrypt text from php?
Answers were Sorted based on User's Feedback
Answer / mahidhar
yes,using base64_encode() using this function we encrypt
the text messsage.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nirmit
MD5() is a one way hash funtion. Its returns a hash but the
hash cannot return the original string. Instead, AES_CRYPT
(), BASE64_ENCODE() can be used for encryption.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dinesh g
Can use CRIPT(), MD5(), SHA1(), SHA2xx() algorithms but
SHA2XX() algorithm is advisable since MD5 & SHA1 cause
security issue.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is magic function in php?
I have two radio button, i click one radio button display one dropdown box, one text field. and then click another radio button display one text field.so any one give me good idea plz.....i used <div id="" style=display:none> but not work..
What are session variables in php?
What are the benefits of using php and mysql?
•How to upload files using PHP?
How to replace a substring in a given string in php?
What is difference between rest and http?
Which is true about the singleton design pattern?
What is the difference between include and include_once ? Which is one is good in terms of performance ?
Name some of the constants in php and their purpose.
Is php a strongly typed language?
What is mem_cache ? How do you put a database query into that ?