(Hi all.
I recently coded a small tool for doing these three common hashes.
1. Base64
2. MD5
3. SHA256
These are come handy if you doing keygen stuff.
You can reverse the output string, transform to upper/lower chars.
The output is copyed into the clipboard.
The program is not protected in any way so you can look into the sources if you want.
You can use in any way just to mention the author.
Hope it will help someone.)