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 remove values saved in the current session?
How many types of session are there?
What is the use of Mbstring?
Is it possible to get the screen resolution and like with php?
What is advanced php programming?
Which is variable cost?
Do csrf tokens expire?
write code to find the date difference b/w two given date using PHP not MYSQL function?
3 Answers HyperQuality, Synctra Solutions,
What interest would a "work-for-ownership" offer receive from PHP/MySQL developers?
What is the advantage of runtime polymorphism?
Tell me what is needed to be able to use image function?
How to read one character from a file?