in php which function is used to create a 32 digit hexadecimal nu'ber to create unique encrypted number
Answers
Answered by
1
Explanation:
The md5() function calculates the MD5 hash of a string.
The md5() function uses the RSA Data Security, Inc. MD5 Message-Digest Algorithm.
From RFC 1321 - The MD5 Message-Digest Algorithm: "The MD5 message-digest algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. The MD5 algorithm is intended for digital signature applications, where a large file must be "compressed" in a secure manner before being encrypted with a private (secret) key under a public-key cryptosystem such as RSA."
To calculate the MD5 hash of a file, use the md5_file() function.
Similar questions
Math,
3 months ago
Social Sciences,
3 months ago
Math,
11 months ago
Physics,
11 months ago
Social Sciences,
11 months ago