What’s the difference between md5(), crc32() and sha1()
crypto on PHP? -
Answer Posted / avani
some minor diffeerence between them its length
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
How to include a file to a PHP page?
How do I clear my browser session?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What are the options to transfer session ids?
Tell me what is the use of explode() function?
Which php framework is in demand?
What is php sequence?
Is it more secure to use cookies to trfer session ids?
How can php and javascript interact?
What is a http session?
Is apache needed for php?
How do you use end in python?
What are the benefits of using php?
What is cookie and why do we use it?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?