You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're going to make a site like this at least find out how to do it properly.
Your first few thousand links should be 2 chars, and go up slowly from there with zero collisions.
(1/36)*4 = 11% collisions.
The text was updated successfully, but these errors were encountered:
hash = hasha(url, {encoding:"base64", algorithm:"md5"}); hash = hash.slice(0,4);
If you're going to make a site like this at least find out how to do it properly.
Your first few thousand links should be 2 chars, and go up slowly from there with zero collisions.
(1/36)*4 = 11% collisions.
The text was updated successfully, but these errors were encountered: