Hash Visualization
CLI tools with ASCII art for text visualization.
Because of slow and unreliable human limitation when comparing meaningless strings and difficulty in memorizing them, especially when they are long, we need a way to visualize them. Hash visualization is a technique that transforms hash values into visual representations, making it easier for humans to understand and compare them. By using colors, shapes, and patterns, we can create unique images that represent the underlying data in a more intuitive way. This is just for fun implementation of CLI tool with ASCII art for visualization.
This paper explains some techniques and advantages: (Perrig & Song, 1999)
You can find it on GitHub: dinhphu28/randomart
References
1999
- Hash Visualization: a New Technique to improve Real-World Security1999