arianvp / kpop.sh

Proof of Prior Knowledge service
https://kpop.sh
3 stars 2 forks source link

Consider using base32 or truncating one character #5

Open arianvp opened 4 years ago

arianvp commented 4 years ago

subdomains can only be 63 characters. base16-encoded sha256 is 64 characters.

Base32 encoding (like used in nix) could help here.

arianvp commented 4 years ago

Could also just truncate the last character. Should be fine for manual inspection; and the kpop.sh tool can handle the verification even with the dropped character.

base32 has the benefit it's easier to verify with your eyes