What’s the difference between md5(), crc32() and sha1()
crypto on PHP? -
Answer Posted / raju
md5() cannot unencrypted but crc32() can be encrypted
Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What are PHP Magic Methods/Functions. List them.
Which programming language does php resemble to?
What is the difference between query and question?
How to create a mysql connection in php?
How to get ip address of clients machine?
What is a composer in PHP?
How to check curl is enabled or not in PHP
How do you remove duplicates from an array?
How send email using php?
How can we know the total number of elements of Array?
How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?
What does mysqli_query return?
How to remove all duplicate values in array in php?
Does php have multiple inheritance?
How to create a table to store files?