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 |
i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?
Differentiate between php5 and php7?
Tell me what kind of things have you done on the social side?
What is difference between get and post?
What is PHP?
What’s the special meaning of __sleep and __wakeup?
How is session data stored?
What is the use of array_search() in php?
does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php?
1 Answers Avanigoradia, Primus Global,
write the function to fetch a image from mysql databases (datatype blob).
Can we use onclick in submit button?
How can I embed a java program in php file and what changes have to be done in php.ini file?