What is the difference between md5(), crc32() and sha1() crypto on php?
Answer / Reena Rani
md5() generates a 128-bit (32 character) hash value, while crc32() generates a 32-bit unsigned integer checksum. sha1() generates a 160-bit (40 character) hash value.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many keywords are there in php?
What is trim function in php?
How to set a page as a home page in a php based site?
Which is better #define or enum?
Explain do you use composer? If yes, what benefits have you found in it?
What is php in full?
write the function to fetch a image from mysql databases (datatype blob).
What is the main function of php?
hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?
What is session and Cokkies . How it works . tell some thing about Session_id()
What is the use of namespace in php?
How can I load data from a text file into a table?