Show HN: CryptoFlora – Visualize SHA256 to a flower using Rose curves
Posted by tonytonyjan 9 hours ago
I made this side tool to visualize SHA-256 while building a loyalty card wallet application to easily identify if a collected stamp is certified by the issuer by simply seeing it, instead of scanning something like a QR code or matching a serial number.
I think there are more potential use cases, like creating a random avatar based on an email address or something else. Feel free to share your feedback :)
source code: https://github.com/tonytonyjan/crypto_flora
Comments
Comment by Tinos 3 hours ago
Neat! Do you have a simple TLDR for how it was done? I'm assuming HTML canvas but would be curious to hear the mathematics behind it
Comment by tonytonyjan 43 minutes ago
I attached the GitHub link in the post too. You take a look at README to know more details. I hope it helps. Let me know if you have any question.