Nodejs snippet: HMAC-MD5 HMAC-SHA1 HMAC-SHA256
HMAC-MD5 HMAC-SHA1 HMAC-SHA256
The MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RFC 1321, MD5 has been employed in a wide variety of security applications, and is also commonly used to check data integrity. MD5 was designed by Ron Rivest in 1991 to replace an earlier hash function, MD4. An MD5 hash is typically expressed as a hexadecimal number, 32 digits long.(Wiki)
Read more about MD5 Encrypting Password …