This tool creates a unique, living piece of art from any data using cryptographic hashing algorithms.
How To Use
Algorithm: Select a hashing algorithm (SHA-256 is recommended).
Mode: Use 'Hash' for general purposes. Use 'HMAC' for signature generation, which requires a Secret Key.
Secret Key: In 'Hash' mode, this acts as a "salt" added to your data. In 'HMAC' mode, it's the cryptographic key.
Data: Type any text or drop a file into the designated area. The hash and visual will update in real-time.
Use Cases
Data Integrity: Verify that a file has not been altered by comparing its hash.
Generative Art: Create personal art from names, dates, or phrases.
Education: See the "avalanche effect" of hashing, where a tiny input change creates a completely different result.
Important Note: Hashing very large files in 'Hash' mode with the MD5 algorithm may cause errors in some browsers. For large files, HMAC mode or other algorithms are recommended.