About Cryptographic Hashes
SHA-256: Most commonly used for security. Used in Bitcoin and SSL certificates.
SHA-512: Longer hash with higher security. Good for password hashing.
SHA-1: Legacy algorithm. Not recommended for security-critical applications.
⚠️ Hashing is one-way. You cannot reverse a hash to get the original text.