Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Shorten hash #61

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments
Closed

Shorten hash #61

GoogleCodeExporter opened this issue Apr 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The hash is currently 32-char long which allows for 64^32 == 2^192 
possibilities. This seems like overkill, we should be fine with 10-char -> 2^60 
by default and allow it to be configurable.

Original issue reported on code.google.com by sligocki@google.com on 9 Nov 2010 at 7:48

@GoogleCodeExporter
Copy link
Author

We should indeed make the choice of hash strength configurable in some fashion, 
especially if we add a hash of the url to each rewritten url (which we might 
want to be shorter; we're not hashing that much data).

Original comment by jmaes...@google.com on 9 Nov 2010 at 8:00

@GoogleCodeExporter
Copy link
Author

Original comment by jmara...@google.com on 3 Dec 2010 at 10:48

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant