Is there a way to encrypt text from php?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is api example?

528


Explain the difference between php4 and php5.

553


What does $_files means?

513


How to swap two variables without using 3rd temp variable.

495


What is the difference between get and post in php?

513






What is the use of callback in php?

513


Tell me what is pear?

553


How be the result set of mysql handled in php?

585


Is server side a session?

496


How many keywords are there in php?

618


in PHP for pdf which library used?

558


What is a php form?

538


What enctype is required for file uploads to work?

523


How to write in a file in php?

535


How long does a php session last for?

565