A few weird ways of displaying git hashes

from blog ntietz.com blog - technically a blog, | ↗ original
↗ original
I was reading "Real-World Cryptography" and ran across an thought-provoking statement. While talking about why hashes are often represented in hexademical, the author states (emphasis mine): There are other ways to encode binary data for human consumption, but the two most widely used encodings are hexademical and base64. The larger the base, the...