michael-lazar / astrobotany

🌱 A community garden over the Gemini protocol
gemini://astrobotany.mozz.us
Other
132 stars 11 forks source link

Use hexadecimal format for user IDs #24

Closed michael-lazar closed 3 years ago

michael-lazar commented 4 years ago

Currently fingerprints are encoded as URL safe-base64 strings. I'm not a huge fan of how this format looks because of the mixed uppercase/lowercase and the trailing "==" at the end. I would like to switch to uppercase hex instead. Probably without the "SHA256:" prefix.