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 |
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Which programming language does php resemble?
Is php a low level language?
How can we submit a form without a submit button?
Explain me the difference between include and require?
which institute provide better PHP trainning in delhi? please tell me how much salary can freshers get ? thanku
what is the current salary package in India for a PHP & MySQL programmer who has 3 years experience
127 Answers ABC, BLG Logistics, Google, HCL, IBM, Infosys, People Group, PHP, Torque Infotech, V Angelz Technologies, Yahoo,
Explain Booleans in PHP?
What is difference between readonly and constant?
If anybody integrate "First Data Global Payment Gateway" in your site?
How to find the position of the first occurrence of a substring in a string?
List some features of php that are deprecated in php7?