Hash strings are everywhere on the bitcoin network, e.g. transaction IDs, block IDs and wallet addresses. They are hard to read, recognize and remember, especially if you're dealing with lots of them every day. Moreover, it's difficult to verbally reference these strings to another person.
I have developed a Chrome extension turns any hash string into four short English words:
https://chrome.google.com/webstore/detail/happyhashes/nopdpmfhmopklpghdlakpbcjbdjhflhnFor instance, a bitcoin wallet address "13RWC...dLrkr" is transformed into "@_Dozen_Concord_Flavor_Hint". You can talk about it with a colleague by saying the four words, rather than the long string. Any verbal communications as such are clear and convenient.
Also, four words are easier to read, recognize and remember. For example, a suspicious payout address simply stand out, making it faster to spot any recurring patterns.
This extension is ideal for developers and researchers who have to deal with lots of bitcoin hashes on a regular basis. I'd like to share the first version of it and seek my fellow researchers/developers' opinion, before I expand the project.
(Note that a hash corresponds to a unique combination of four English words, but one such combination may be mapped to multiple hashes. It is unlikely that you will run into collisions, which happen once in 24,000^4 hashes.)