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

How to remove duplicate values from a PHP Array?

537


How to set cookies?

547


What is the use of isset() in php?

521


Why do we use javascript in php?

522


What is a composer?

521






Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

1806


How to pass variables by references?

547


What is c++ polymorphism?

517


Is empty check in php?

556


What is the expansion of LAMP?

608


How does php strcmp work?

496


What are magic methods?

540


What is the difference between Session and Cookie?

574


What does $_cookie means?

560


How to create a mysql connection?

531