emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add support for base64url variant


From: Stefan Monnier
Subject: Re: Add support for base64url variant
Date: Wed, 12 Jun 2019 17:50:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I've used it for sharding into a blobstore on NTFS/SMB (two characters
> for first level, so tree width of 1024).  The key is indeed a hash
> (SHA512), so the probability of a collision would be low enough to just
> ignore the case (for only 512 wide tree), but it felt cleaner to encode
> via base32url instead.

Ah, I was assuming a hex representation of the hash.
In that case, using base32 is basically an optimization that shortens
the filename by ~20% [ Using base64 would make the hash a bit weaker and
shorten the filename by ~33% instead.  ]


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]