[Solved] What is the best reversable hash algorithm for a URL? (near-Zero collision!) [closed]

[ad_1]

If you can reverse it, then by definition it isn’t a hash. It’s an encoding. Any encoding will have zero collisions (otherwise it wouldn’t be able to accurately reverse it).

A common encoding for this purpose is base64.

[ad_2]

solved What is the best reversable hash algorithm for a URL? (near-Zero collision!) [closed]