Generate cryptographic hashes for text verification and security
• Hashes convert any input data into a fixed-size string of characters
• Even tiny changes in input produce completely different hashes
• Hashes are one-way functions (cannot be reversed to get original data)
• Essential for blockchain verification, digital signatures, and data integrity