Generate MD5 hashes for your data. **Warning:** MD5 is cryptographically broken and should not be used for security-sensitive applications.
MD5 (Message Digest Algorithm 5) is a widely used cryptographic hash function producing a 128-bit hash value. However, it is now considered cryptographically broken and unsuitable for security-sensitive applications due to known collision vulnerabilities.
Do not use MD5 for password storage or any other security-sensitive application. Use stronger algorithms like SHA-256 or bcrypt.
Example 1: Input: "Hello, world!" Output: (MD5 hash)