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 |
How to install PHP with --mcrypt and --mhash?
What is string in php?
What is php destruct?
what is constructor in a class, how it is work, how it is call?
What is the use of ajax in php?
Is it more secure to use cookies to trfer session ids?
What does $_env mean?
How can we display the output directly to the browser?
how much can a 1yr experienced php programmer earn in india?
9 Answers TCS, Tops Technologies,
hi..this is kumar...how m,uch time req for php preparation?is any coaching avaiable in vizag for php?
What is the current stable version of php? What advance thing in php7?
What is data abstraction in php?